mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Remove redundant parameters on _check_event_auth
(#11292)
as of #11012, these parameters are unused.
This commit is contained in:
parent
68c258a604
commit
73cbb284b9
3 changed files with 1 additions and 12 deletions
|
@ -81,8 +81,6 @@ class MessageAcceptTests(unittest.HomeserverTestCase):
|
|||
origin,
|
||||
event,
|
||||
context,
|
||||
state=None,
|
||||
backfilled=False,
|
||||
):
|
||||
return context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue