diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-12-30 18:40:19 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-12-30 18:40:19 +0000 |
commit | bd91857028e0b7adf046a379a0eee030a92c1249 (patch) | |
tree | b56bac2a95f6e2b9d4bf4176ee7f094b5910f095 /synapse/federation | |
parent | Factor out `event_from_pdu_json` (diff) | |
download | synapse-bd91857028e0b7adf046a379a0eee030a92c1249.tar.xz |
Check missing fields in event_from_pdu_json
Return a 400 rather than a 500 when somebody messes up their send_join
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/federation_base.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/synapse/federation/federation_base.py b/synapse/federation/federation_base.py |