riot-meta
riot-meta copied to clipboard
Synapse: make redact actually delete message contents from the db
https://github.com/matrix-org/synapse/issues/1287
Not needed for GDPR since we are deleting messages from the db when they are no longer accessible to any of the parties who legitimately have access.
we can delete all redacted contents by searching event_id in database. take a look with my script https://github.com/matrix-org/synapse/pull/4206