Skip to content
Snippets Groups Projects
Commit 3d5a955e authored by Erik Johnston's avatar Erik Johnston
Browse files

Missed events are not outliers

parent 1692dc01
No related branches found
No related tags found
No related merge requests found
...@@ -491,7 +491,7 @@ class FederationClient(FederationBase): ...@@ -491,7 +491,7 @@ class FederationClient(FederationBase):
] ]
signed_events = yield self._check_sigs_and_hash_and_fetch( signed_events = yield self._check_sigs_and_hash_and_fetch(
destination, events, outlier=True destination, events, outlier=False
) )
have_gotten_all_from_destination = True have_gotten_all_from_destination = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment