1
0

Add missing 'continue'

This commit is contained in:
Andrew Morgan
2022-10-18 09:23:37 +01:00
parent 4d80032518
commit 74812f9e18

View File

@@ -816,6 +816,7 @@ class FederationEventHandler:
"have already seen",
event.event_id,
)
continue
# While we have seen this event before, it was stored as an outlier.
# We'll now persist it as a non-outlier.