mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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(
|
||||
origin,
|
||||
event_id=e_id,
|
||||
outlier=True,
|
||||
)
|
||||
logger.debug("Processed pdu %s", e_id)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user