Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 74812f9

Browse files
committed
Add missing 'continue'
1 parent 4d80032 commit 74812f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapse/handlers/federation_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,7 @@ async def _process_pulled_events(
816816
"have already seen",
817817
event.event_id,
818818
)
819+
continue
819820

820821
# While we have seen this event before, it was stored as an outlier.
821822
# We'll now persist it as a non-outlier.

0 commit comments

Comments
 (0)