RocketChat / feature-requests

This repository is used to track Rocket.Chat feature requests and discussions. Click here to open a new feature request.
21 stars 9 forks source link

View Message Edit History #899

Open tekook opened 6 years ago

tekook commented 6 years ago

I don't know if this is already implemented and I only don't how to access this. Under Settings -> Messages there is a setting to keep the message history "Message_KeepHistory". Will this setting keep the real changes / original messages, or does it just keep track of who edited the message?

We are using RocketChat in a corparate enviroment and thus we need to keep every data which got send through it.

I'd like very much to be able to view what the original message was, and what got changed in it (like Facebook does) Would be best to make a permission for it, if a user can view it or not.

Kind Regards, Julian

adriweb commented 6 years ago

Agree, would be nice to be able to see the messages' edit history. Maybe like diffs between messages revisions, just like what GitHub recently implemented in comments (look at mine, for instance, there's a link in the header of my comment)

Xerionty commented 6 years ago

Would be nice to have such feature.

kolesar-andras commented 5 years ago

+1

dusatvoj commented 4 years ago

Any updates here?

randomsymbols commented 4 years ago

Need the feature also. Plus one.

ryanvito commented 3 years ago

I am also looking for this feature. It seems there is an api to get to "deleted" messages (sidenote, that gives me errors) but I cannot see what a message was changed from. That's a risk if someone sends a harassment message and then edits it. It appears the edit history is gone and the original document in Mongo is modified instead of appended to with a new message. Thank you for your efforts!