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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/8897.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8897.feature b/changelog.d/8897.feature new file mode 100644 index 0000000000..d450ef4998 --- /dev/null +++ b/changelog.d/8897.feature @@ -0,0 +1 @@ +Add support for allowing users to pick their own user ID during a single-sign-on login. |