-
-
Notifications
You must be signed in to change notification settings - Fork 20
Restore time for current user's messages, and allow showing deleted messages #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore time for current user's messages, and allow showing deleted messages #325
Conversation
|
Thanks for looking the PR @jtpio You're right, actually I tested it only with a collaborator, and we can see the message in this case. The message deleted and edited are added to the header, which is not displayed anymore for the current user, only for collaborators, after #298. I'll think about it, because with the current state we also loose the time and the edited information for the current user (the message edition is not restored yet, though). |
It should be fixed now. |
jtpio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!


This PR adds an setting to show the deleted message in the chat.
It also restores a minimal header of the current user's messages, to display the time of the message and the deleted status.
Part of #303