Missed events are not outliers

This commit is contained in:
Erik Johnston 2015-05-05 17:36:57 +01:00
parent 1692dc019d
commit 3d5a955e08

View file

@ -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