Dont forward group story replies into conversation

This commit is contained in:
Jamie Kyle
2022-10-04 11:42:42 -07:00
committed by GitHub
parent 80f8f38e33
commit 3e73b30a9d

View File

@@ -4027,6 +4027,8 @@ export class ConversationModel extends window.Backbone
const renderStart = Date.now();
// Don't update the conversation with a story reply
if (storyId == null) {
// Perform asynchronous tasks before entering the batching mode
await this.beforeAddSingleMessage();
@@ -4074,6 +4076,7 @@ export class ConversationModel extends window.Backbone
this.isInReduxBatch = false;
}
});
}
if (sticker) {
await addStickerPackReference(model.id, sticker.packId);