diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-24 13:55:49 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-24 13:55:49 +0000 |
commit | 4961a4fab1bd5229521b77a7296f5650c70865be (patch) | |
tree | 8583f14caebf30e90365346d5372bc3561c1f34c | |
parent | Add missing None check (diff) | |
download | synapse-4961a4fab1bd5229521b77a7296f5650c70865be.tar.xz |
Mark the auth events as possible outlier
-rw-r--r-- | synapse/federation/replication.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/federation/replication.py b/synapse/federation/replication.py index 30aab7f35a..fa2463d4a3 100644 --- a/synapse/federation/replication.py +++ b/synapse/federation/replication.py @@ -554,6 +554,7 @@ class ReplicationLayer(object): yield self.get_pdu( origin, event_id=e_id, + outlier=True, ) logger.debug("Processed pdu %s", e_id) |