summary refs log tree commit diff
path: root/synapse/storage/databases
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-03-22 11:28:59 +0100
committerMathieu Velten <mathieuv@matrix.org>2023-03-22 11:28:59 +0100
commit53352a2b80f4710e50599becc05ae35d93073c31 (patch)
tree3ca4076b7d1bd0b158b36d0841724d382214f1a5 /synapse/storage/databases
parentMerge remote-tracking branch 'origin/release-v1.80' into matrix-org-hotfixes (diff)
parentMerge commit '96bcc5d902' into release-v1.80 (diff)
downloadsynapse-53352a2b80f4710e50599becc05ae35d93073c31.tar.xz
Merge remote-tracking branch 'origin/release-v1.80' into matrix-org-hotfixes
Diffstat (limited to 'synapse/storage/databases')
-rw-r--r--synapse/storage/databases/main/events_worker.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/events_worker.py b/synapse/storage/databases/main/events_worker.py

index 6e04a98138..6b4769f7b6 100644 --- a/synapse/storage/databases/main/events_worker.py +++ b/synapse/storage/databases/main/events_worker.py
@@ -805,7 +805,6 @@ class EventsWorkerStore(SQLBaseStore): # the events have been redacted, and if so pulling the redaction event # out of the database to check it. # - missing_events = {} try: # Try to fetch from any external cache. We already checked the # in-memory cache above.