diff options
author | reivilibre <oliverw@matrix.org> | 2023-11-09 20:18:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 20:18:25 +0000 |
commit | dc7f068d9ce9d2be775565f5f1eb964d30a64bb3 (patch) | |
tree | ade5121a99a81d963ee20390738d270c8fe9b64a /synapse | |
parent | Use dbname instead of database for Postgres config. (#16618) (diff) | |
download | synapse-dc7f068d9ce9d2be775565f5f1eb964d30a64bb3.tar.xz |
Fix a long-standing bug where Synapse would not unbind third-party identifiers for Application Service users when deactivated and would not emit a compliant response. (#16617)
* Don't skip unbinding 3PIDs and returning success status when deactivating AS user Fixes #16608 * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/client/account.py | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/synapse/rest/client/account.py b/synapse/rest/client/account.py |