diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-01 11:05:48 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-01 11:05:48 +0100 |
commit | a27fb7d5cac3cacc55a1c778f02d074d4115eea6 (patch) | |
tree | e90f9881142fb2d5f7358dc074aad23307e012c3 /tests/app | |
parent | Merge pull request #6135 from matrix-org/erikj/fixup_devices_last_seen_query (diff) | |
download | synapse-a27fb7d5cac3cacc55a1c778f02d074d4115eea6.tar.xz |
Don't repeatedly attempt to censor events we don't have.
Currently we don't set `have_censored` column if we don't have the target event of a redaction, which means we repeatedly attempt to censor the same non-existant event. When we persist non-redacted events we unset the `have_censored` column for any redactions that target said event.
Diffstat (limited to 'tests/app')
0 files changed, 0 insertions, 0 deletions