0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00

Update synapse/storage/events_worker.py

Co-Authored-By: erikjohnston <erikj@jki.re>
This commit is contained in:
Richard van der Hoff 2019-01-29 21:14:39 +00:00 committed by GitHub
parent b82a76c384
commit 82165eeb05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: