summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-01-29 21:45:53 +0000
committerErik Johnston <erik@matrix.org>2019-01-29 21:45:53 +0000
commit6d23ec21116d5312e26315c0c75f3761398daf00 (patch)
tree6ccac974711f7a8768306305263e85ddc0f3255d /synapse/storage
parentRemove unused arg (diff)
downloadsynapse-6d23ec21116d5312e26315c0c75f3761398daf00.tar.xz
Fix typo
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/events_worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/events_worker.py b/synapse/storage/events_worker.py

index df8169b91e..0ff80fa728 100644 --- a/synapse/storage/events_worker.py +++ b/synapse/storage/events_worker.py
@@ -189,7 +189,7 @@ class EventsWorkerStore(SQLBaseStore): if orig and get_domain_from_id(orig.sender) == expected_domain: # This redaction event is allowed. Mark as not needing a # recheck. - entry.event.recheck_redaction = False + entry.event.internal_metadata.recheck_redaction = False else: # We don't have the event that is being redacted, so we # assume that the event isn't authorized for now. (If we