Fix story reactions in 1:1 conversations

This commit is contained in:
Fedor Indutny 2022-11-15 18:27:29 -08:00 committed by GitHub
parent 22036c652b
commit 8452a72847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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'),