From 11472bb9d1556cba3b5e1c09e90ebcd4e8494af8 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 18 Dec 2025 14:18:51 +0000 Subject: [PATCH] but -> except for --- synapse/storage/databases/main/sticky_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/storage/databases/main/sticky_events.py b/synapse/storage/databases/main/sticky_events.py index 07a2367d93..3353c589af 100644 --- a/synapse/storage/databases/main/sticky_events.py +++ b/synapse/storage/databases/main/sticky_events.py @@ -473,7 +473,7 @@ class StickyEventsWorkerStore(StateGroupWorkerStore, CacheInvalidationWorkerStor ) -> None: """ Recheck authorised but soft-failed events. The provided event IDs must have already passed - all auth checks (so the event isn't rejected) but soft-failure checks. + all auth checks (so the event isn't rejected) except for soft-failure checks. Args: txn: The SQL transaction