Fix selectedReaction which is now always undefined
This commit is contained in:
parent
3615096497
commit
02607edfff
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@
|
|||
|
||||
const selectedReaction = (
|
||||
(this.get('reactions') || []).find(
|
||||
re => re.fromId === this.OUR_NUMBER
|
||||
re => re.fromId === ConversationController.getOurConversationId()
|
||||
) || {}
|
||||
).emoji;
|
||||
|
||||
|
|
Loading…
Reference in a new issue