summary refs log tree commit diff
path: root/synapse/handlers/saml_handler.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-01Add received_ts column to redactions.Erik Johnston3-9/+92
This will allow us to efficiently search for uncensored redactions in the DB before a given time.
2019-10-01Don't repeatedly attempt to censor events we don't have.Erik Johnston1-1/+17