mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Fix selectedReaction which is now always undefined
This commit is contained in:
@@ -604,7 +604,7 @@
|
||||
|
||||
const selectedReaction = (
|
||||
(this.get('reactions') || []).find(
|
||||
re => re.fromId === this.OUR_NUMBER
|
||||
re => re.fromId === ConversationController.getOurConversationId()
|
||||
) || {}
|
||||
).emoji;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user