-
- Downloads
Don't fail requests to unbind 3pids for non supporting ID servers
Older identity servers may not support the unbind 3pid request, so we shouldn't fail the requests if we received one of 400/404/501. The request still fails if we receive e.g. 500 responses, allowing clients to retry requests on transient identity server errors that otherwise do support the API. Fixes #3661
Showing
- changelog.d/3661.bugfix 1 addition, 0 deletionschangelog.d/3661.bugfix
- synapse/handlers/auth.py 17 additions, 3 deletionssynapse/handlers/auth.py
- synapse/handlers/deactivate_account.py 11 additions, 2 deletionssynapse/handlers/deactivate_account.py
- synapse/handlers/identity.py 21 additions, 9 deletionssynapse/handlers/identity.py
- synapse/rest/client/v1/admin.py 9 additions, 2 deletionssynapse/rest/client/v1/admin.py
- synapse/rest/client/v2_alpha/account.py 18 additions, 4 deletionssynapse/rest/client/v2_alpha/account.py
Loading
Please register or sign in to comment