0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 09:28:20 +02:00

Mark the auth events as possible outlier

This commit is contained in:
Erik Johnston 2014-11-24 13:55:49 +00:00
parent e549aac127
commit 4961a4fab1

View file

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