This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Support Client-Server API r0.6 #6045
Closed
Description
We should remove the unstable feature flags that were part of the r0.5.0 release cycle. These are:
m.require_identity_server
(Add m.require_identity_server to /versions unstable_flags #5972)m.id_access_token
(Add m.id_access_token to /versions unstable_features (MSC2264) #5974)m.separate_add_and_bind
(Add an unstable feature flag for separate add/bind 3pid APIs #6044)
Clients that rely on these flags should check for Client Server API r0.6.0 support instead.
We should remove all the deprecated endpoints. These are:
/account/3pid
- replaced by/account/3pid/add
and/account/3pid/bind
- Others...