diff options
author | Hugh Nimmo-Smith <hughns@users.noreply.github.com> | 2023-08-22 12:42:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 07:42:08 -0400 |
commit | 7dbac123f98a2d59d09a63efe4543ee850a8d630 (patch) | |
tree | 465085760bdc53e7d79322d44618c31d207de1a3 /changelog.d | |
parent | Add `client_secret_path` as alternative for `client_secret` for OIDC config (... (diff) | |
download | synapse-7dbac123f98a2d59d09a63efe4543ee850a8d630.tar.xz |
Disallow user_consent where experimental MSC3861 is enabled (#16127)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16127.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16127.bugfix b/changelog.d/16127.bugfix new file mode 100644 index 0000000000..0308fdfd45 --- /dev/null +++ b/changelog.d/16127.bugfix @@ -0,0 +1 @@ +User consent features cannot be enabled when using experimental MSC3861. |