Save modified messages for edits

This commit is contained in:
Josh Perez 2023-10-17 15:30:41 -04:00 committed by GitHub
parent 156cbca1a3
commit 6c88c7c587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 9 deletions

View file

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