diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2016-02-24 08:50:28 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2016-02-24 08:50:28 +0000 |
commit | 869580206daa5aa940d079fc907f75dea7770505 (patch) | |
tree | e5320a37ed78d23732dad9d3d1ccc5ddc8800d5f | |
parent | Merge pull request #603 from matrix-org/erikj/presence (diff) | |
download | synapse-869580206daa5aa940d079fc907f75dea7770505.tar.xz |
Ignore invalid POST bodies when joining rooms
-rw-r--r-- | synapse/rest/client/v1/room.py | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/synapse/rest/client/v1/room.py b/synapse/rest/client/v1/room.py |