Skip to content

Commit 11472bb

Browse files
committed
but -> except for
1 parent ad3d66f commit 11472bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapse/storage/databases/main/sticky_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ async def _recheck_soft_failed_events(
473473
) -> None:
474474
"""
475475
Recheck authorised but soft-failed events. The provided event IDs must have already passed
476-
all auth checks (so the event isn't rejected) but soft-failure checks.
476+
all auth checks (so the event isn't rejected) except for soft-failure checks.
477477
478478
Args:
479479
txn: The SQL transaction

0 commit comments

Comments
 (0)