diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-05 18:15:20 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-05 18:15:20 +0100 |
commit | ed2584050f4dc1e09f7e29735bbf89686e0fe04d (patch) | |
tree | 0f71510eb24eb9168b48a7b5e0a5ae946a06685d /synapse/federation/federation_client.py | |
parent | Add a comment about the zip(*[zip(sorted(...),...)]) (diff) | |
parent | Use buffer(...) when inserting into bytea column (diff) | |
download | synapse-ed2584050f4dc1e09f7e29735bbf89686e0fe04d.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/executemany
Diffstat (limited to 'synapse/federation/federation_client.py')
-rw-r--r-- | synapse/federation/federation_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index 6811a0e3d1..904c7c0945 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -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 |