diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-10 12:42:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 12:42:55 +0000 |
commit | 1821f7cc265ab01cfee4055cfddb90563b61ce5b (patch) | |
tree | 56dfbf4d1cb7874115de4ad717dc5e661cf3387b /synapse/http | |
parent | Deprecate Shutdown Room and Purge Room Admin API (#8829) (diff) | |
download | synapse-1821f7cc265ab01cfee4055cfddb90563b61ce5b.tar.xz |
Fix buglet in DirectRenderJsonResource (#8897)
this was using `canonical_json` without setting it, so when you used it as a standalone class, you would get exceptions.
Diffstat (limited to 'synapse/http')
-rw-r--r-- | synapse/http/server.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/synapse/http/server.py b/synapse/http/server.py |