mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01: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
|
amount = 0
|
||||||
}
|
}
|
||||||
message.reactions[emoji] = amount + 1
|
message.reactions[emoji] = amount + 1
|
||||||
|
message.reactionsSelf.add(emoji)
|
||||||
adapter?.update(message)
|
adapter?.update(message)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user