Adds logging for edit syncs processing

This commit is contained in:
Josh Perez 2023-07-05 18:38:37 -04:00 committed by GitHub
parent dda3bbc5b3
commit 3bf8adf6e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 15 deletions

View file

@ -42,6 +42,9 @@ export function SmartEditHistoryMessagesModal(): JSX.Element {
isEditedMessage: false,
// Do not show the same reactions in the message history UI
reactions: undefined,
// Make sure that the timestamp is the correct timestamp from attributes
// not the one that the selector derives.
timestamp: messageAttributes.timestamp,
}));
}, [messagesAttributes, messagePropsSelector]);