-
Notifications
You must be signed in to change notification settings - Fork 12
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
Redactions #23
Comments
Do you mean redactions? The reason it's not implemented yet, is that it requires keeping track of messages received from the room, which can be tricky to get right (eg. they need to be expired in order to avoid leaking memory) |
Yes, fixed the title. Can we query the message again when it is redacted? I see other similar clients implementing it. It would be useful for keeping context of a message. |
Unfortunately no, homeservers are expected to remove messages from their database upon redaction. |
I wrote a basic implementation of this in 6fec00a. No message storage, it just says an event was deleted; which shows up as a reply to the deleted message if you use IRCCloud (or any other client that supports |
I would suggest that redactions could be handled as in other similar clients such as purple-slack.
E.g.
Chat:
Reduction:
The text was updated successfully, but these errors were encountered: