summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-24 13:55:49 +0000
committerErik Johnston <erik@matrix.org>2014-11-24 13:55:49 +0000
commit4961a4fab1bd5229521b77a7296f5650c70865be (patch)
tree8583f14caebf30e90365346d5372bc3561c1f34c /synapse/federation
parentAdd missing None check (diff)
downloadsynapse-4961a4fab1bd5229521b77a7296f5650c70865be.tar.xz
Mark the auth events as possible outlier
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/replication.py1
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)