Show dates in edit history modal
This commit is contained in:
parent
9c6fb29edb
commit
8507afd0e4
3 changed files with 54 additions and 35 deletions
|
@ -39,7 +39,7 @@ export function SmartEditHistoryMessagesModal(): JSX.Element {
|
|||
return messagesAttributes.map(messageAttributes => ({
|
||||
...messagePropsSelector(messageAttributes as MessageAttributesType),
|
||||
// Make sure the messages don't get an "edited" badge
|
||||
editHistory: undefined,
|
||||
isEditedMessage: false,
|
||||
// Do not show the same reactions in the message history UI
|
||||
reactions: undefined,
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue