mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Missed events are not outliers
This commit is contained in:
parent
1692dc019d
commit
3d5a955e08
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ class FederationClient(FederationBase):
|
|||
]
|
||||
|
||||
signed_events = yield self._check_sigs_and_hash_and_fetch(
|
||||
destination, events, outlier=True
|
||||
destination, events, outlier=False
|
||||
)
|
||||
|
||||
have_gotten_all_from_destination = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue