Reactions/Edits: Mark read after database save

This commit is contained in:
Scott Nonnenberg
2024-08-27 07:42:44 +10:00
committed by GitHub
parent 768ad8e928
commit 688de5a99b
5 changed files with 59 additions and 70 deletions

View File

@@ -370,6 +370,10 @@ export async function handleEditMessage(
isFirstRun: false,
skipEdits: true,
});
window.reduxActions.conversations.markOpenConversationRead(
mainMessageConversation.id
);
}
// Apply any other pending edits that target this message