mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-03 12:51:19 +02:00
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
2 lines
83 B
Plaintext
2 lines
83 B
Plaintext
Fix bug on deleting 3pid when using identity servers that don't support unbind API
|