Fix out of order edit message read syncs

This commit is contained in:
Josh Perez 2023-09-01 16:27:18 -04:00 committed by GitHub
parent cf28e2dc2c
commit 372d9c2198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 28 deletions

View file

@ -2915,6 +2915,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
return modifyTargetMessage(this, conversation, {
isFirstRun,
skipEdits: false,
skipSave: false,
});
}