summary refs log tree commit diff
path: root/synapse/storage/databases
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2023-03-21 19:59:28 +0000
committerRichard van der Hoff <richard@matrix.org>2023-03-21 19:59:28 +0000
commita9216edbaa0f44752790040a833847a7898ddc0a (patch)
treed5edbfcdbd8e18c94468248cb259ca26af6038db /synapse/storage/databases
parentMerge branch 'release-v1.80' of https://github.com/matrix-org/synapse into re... (diff)
parentRevert "check sqlite database file exists before porting/#14692" (#15301) (diff)
downloadsynapse-a9216edbaa0f44752790040a833847a7898ddc0a.tar.xz
Merge commit '96bcc5d902' into release-v1.80
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 20b7a68362..0cf46626d2 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.