mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 02:46:02 -04:00
handle federation not telling us about prev_events
This commit is contained in:
parent
cd6bcdaf87
commit
77078d6c8e
4 changed files with 301 additions and 27 deletions
|
@ -549,7 +549,9 @@ class FederationServer(FederationBase):
|
|||
affected=pdu.event_id,
|
||||
)
|
||||
|
||||
yield self.handler.on_receive_pdu(origin, pdu, get_missing=True)
|
||||
yield self.handler.on_receive_pdu(
|
||||
origin, pdu, get_missing=True, sent_to_us_directly=True,
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return "<ReplicationLayer(%s)>" % self.server_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue