diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-04-21 16:33:01 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-04-22 23:38:42 +0200 |
commit | 69ad7cc13bf2e2499c39daa4a2707421ad999762 (patch) | |
tree | af87771e54e4a52db8a04dc60216f19d8a90ad99 /changelog.d | |
parent | matrix.org was fine (diff) | |
download | synapse-69ad7cc13bf2e2499c39daa4a2707421ad999762.tar.xz |
Config option to inhibit 3PID errors on /requestToken
Adds a request_token_inhibit_errors configuration flag (disabled by default) which, if enabled, change the behaviour of all /requestToken endpoints so that they return a 200 and a fake sid if the 3PID was/was not found associated with an account (depending on the endpoint), instead of an error. Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7315.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7315.feature b/changelog.d/7315.feature new file mode 100644 index 0000000000..ebcb4741b7 --- /dev/null +++ b/changelog.d/7315.feature @@ -0,0 +1 @@ +Allow `/requestToken` endpoints to hide the existence (or lack thereof) of 3PID associations on the homeserver. |