Fix story reactions in 1:1 conversations
This commit is contained in:
parent
22036c652b
commit
8452a72847
2 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,7 @@ export class Reactions extends Collection<ReactionModel> {
|
|||
// if the reaction is targetted at a story.
|
||||
if (isStory(targetMessage)) {
|
||||
generatedMessage.set({
|
||||
expireTimer: targetConversation.get('expireTimer'),
|
||||
storyId: targetMessage.id,
|
||||
storyReaction: {
|
||||
emoji: reaction.get('emoji'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue