mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-18 22:14:40 -04:00
Merge pull request #3924 from matrix-org/rav/clean_up_on_receive_pdu
Comments and interface cleanup for on_receive_pdu
This commit is contained in:
commit
c2185f14d7
3 changed files with 48 additions and 24 deletions
|
@ -618,7 +618,7 @@ class FederationServer(FederationBase):
|
|||
)
|
||||
|
||||
yield self.handler.on_receive_pdu(
|
||||
origin, pdu, get_missing=True, sent_to_us_directly=True,
|
||||
origin, pdu, sent_to_us_directly=True,
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue