Fix out of order edit message read syncs
This commit is contained in:
parent
cf28e2dc2c
commit
372d9c2198
4 changed files with 13 additions and 28 deletions
|
@ -326,8 +326,9 @@ export async function handleEditMessage(
|
|||
drop(mainMessageConversation.updateLastMessage());
|
||||
// Apply any other operations, excluding edits that target this message
|
||||
await modifyTargetMessage(mainMessageModel, mainMessageConversation, {
|
||||
isFirstRun: true,
|
||||
isFirstRun: false,
|
||||
skipEdits: true,
|
||||
skipSave: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue