-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support Client-Server API r0.6 #6045
Comments
What about the lazy-loading flag ( |
LL is dependent on #5528 |
@anoadragon453, does the backend team intend to also remove the unstable API prefix from |
From chatting with @neilisfragile, it sounds like we will indeed apply the new spec process here with the 2 month window before removing unstable. |
Dropped this down to just r0.6 as .1 is coming out soon. @anoadragon453 any update on this? It's been well over 2 months and I'm tempted to start shipping air horns with GPS triggers to the UK until this get resolved. |
@richvdh why was this closed? It's still an issue. |
answer: github mobile is terrible at showing it was closed by a PR. |
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
The text was updated successfully, but these errors were encountered: