diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-04-23 12:00:06 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-04-23 12:00:06 +0100 |
commit | 9b9c38373cf9cdc57e106c8cb85c46e6dfd5c329 (patch) | |
tree | 403032dc02d151f2864a7a1676d3f12c2023af56 /synapse | |
parent | accept stupid events over backfill (diff) | |
download | synapse-9b9c38373cf9cdc57e106c8cb85c46e6dfd5c329.tar.xz |
Remove spurious param
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/federation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py index 2523ae4a09..b662d480b6 100644 --- a/synapse/handlers/federation.py +++ b/synapse/handlers/federation.py @@ -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", ) |