Dont forward group story replies into conversation
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user