mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-10 15:18:28 +01:00
Fix MessageCache when receiving story reactions
This commit is contained in:
@@ -2506,6 +2506,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
||||
'handleReaction: targetConversation not found'
|
||||
);
|
||||
|
||||
window.MessageCache.toMessageAttributes(generatedMessage.attributes);
|
||||
generatedMessage.set({
|
||||
expireTimer: isDirectConversation(targetConversation.attributes)
|
||||
? targetConversation.get('expireTimer')
|
||||
|
||||
Reference in New Issue
Block a user