Skip to content
Snippets Groups Projects
Unverified Commit 82165eeb authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Update synapse/storage/events_worker.py


Co-Authored-By: default avatarerikjohnston <erikj@jki.re>
parent b82a76c3
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class EventsWorkerStore(SQLBaseStore):
if not entry:
continue
# Some redactions in room version v3 need to be rechecked if we
# Starting in room version v3, some redactions need to be rechecked if we
# didn't have the redacted event at the time, so we recheck on read
# instead.
if not allow_rejected and entry.event.type == EventTypes.Redaction:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment