mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 15:31:19 +01:00
Remove spurious param
This commit is contained in:
parent
3de7d9fe99
commit
9b9c38373c
1 changed files with 0 additions and 1 deletions
|
@ -903,7 +903,6 @@ class FederationHandler(BaseHandler):
|
|||
logger.warn("Rejecting event %s which has %i auth_events",
|
||||
ev.event_id, len(ev.auth_events))
|
||||
raise SynapseError(
|
||||
"ERROR",
|
||||
httplib.BAD_REQUEST,
|
||||
"Too many auth_events",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue