diff options
author | Erik Johnston <erik@matrix.org> | 2018-08-08 11:54:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-08-08 12:06:18 +0100 |
commit | 360ba89c50ea5cbf824e54f04d536b89b57f3304 (patch) | |
tree | 9da5453fed0fcd6b2ab2b249030c1428fb6eaf54 /changelog.d | |
parent | Merge pull request #3658 from matrix-org/rav/fix_event_persisted_position_met... (diff) | |
download | synapse-360ba89c50ea5cbf824e54f04d536b89b57f3304.tar.xz |
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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3661.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3661.bugfix b/changelog.d/3661.bugfix new file mode 100644 index 0000000000..f2b4703d80 --- /dev/null +++ b/changelog.d/3661.bugfix @@ -0,0 +1 @@ +Fix bug on deleting 3pid when using identity servers that don't support unbind API |