mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:04:53 -04:00
Remove unused backfilled parameter from persist_event
This commit is contained in:
parent
58f8226c7f
commit
5244c0b48e
3 changed files with 19 additions and 42 deletions
|
@ -531,7 +531,6 @@ class FederationServer(FederationBase):
|
|||
yield self.handler.on_receive_pdu(
|
||||
origin,
|
||||
pdu,
|
||||
backfilled=False,
|
||||
state=state,
|
||||
auth_chain=auth_chain,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue