matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

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

Closed reivilibre closed 11 months ago

reivilibre commented 11 months ago

Fixes: #16608

Base: develop

Original commit schedule, with full messages:

  1. Don't skip unbinding 3PIDs and returning success status when deactivating AS user \ Fixes #16608