From dc7f068d9ce9d2be775565f5f1eb964d30a64bb3 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Thu, 9 Nov 2023 20:18:25 +0000 Subject: 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) --------- Signed-off-by: Olivier Wilkinson (reivilibre) --- changelog.d/16617.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16617.bugfix (limited to 'changelog.d/16617.bugfix') diff --git a/changelog.d/16617.bugfix b/changelog.d/16617.bugfix new file mode 100644 index 0000000000..7e66799a6c --- /dev/null +++ b/changelog.d/16617.bugfix @@ -0,0 +1 @@ +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. \ No newline at end of file -- cgit 1.5.1