mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-10 10:08:27 -05:00
Mark the auth events as possible outlier
This commit is contained in:
parent
e549aac127
commit
4961a4fab1
@ -554,6 +554,7 @@ class ReplicationLayer(object):
|
|||||||
yield self.get_pdu(
|
yield self.get_pdu(
|
||||||
origin,
|
origin,
|
||||||
event_id=e_id,
|
event_id=e_id,
|
||||||
|
outlier=True,
|
||||||
)
|
)
|
||||||
logger.debug("Processed pdu %s", e_id)
|
logger.debug("Processed pdu %s", e_id)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user