diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-04 18:09:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-05 17:13:26 +0100 |
commit | 982604fbf2c96c05a98b5787f92c40d600c96c99 (patch) | |
tree | 1ef2e6d115a3285570339c683ecf7cca2d02b7e1 /synapse/rest/room.py | |
parent | AUth the contents of power level events (diff) | |
download | synapse-982604fbf2c96c05a98b5787f92c40d600c96c99.tar.xz |
Empty string is not a valid JSON object, so don't return them in HTTP responses.
Diffstat (limited to '')
-rw-r--r-- | synapse/rest/room.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synapse/rest/room.py b/synapse/rest/room.py |