mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01:00
Fix typo
This commit is contained in:
parent
b5d510ad64
commit
6d23ec2111
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue