mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Reactions/Edits: Mark read after database save
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user