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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 40 deletions

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);