mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
highlight own emoji immediately when reacted via app
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
dd59d2dd20
commit
31bb614bac
@ -2751,6 +2751,7 @@ class ChatController(args: Bundle) :
|
||||
amount = 0
|
||||
}
|
||||
message.reactions[emoji] = amount + 1
|
||||
message.reactionsSelf.add(emoji)
|
||||
adapter?.update(message)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user