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 | |
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.
-rw-r--r-- | changelog.d/8897.feature | 1 | ||||
-rw-r--r-- | synapse/http/server.py | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/changelog.d/8897.feature b/changelog.d/8897.feature new file mode 100644 |