Dont forward group story replies into conversation
This commit is contained in:
parent
80f8f38e33
commit
3e73b30a9d
1 changed files with 43 additions and 40 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue