You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Detect whether HS supports MSC2290 (look for unstable flag m.separate_add_and_bind or API version r0.6.0)
Always show account 3PID section in Settings (even without IS) if the HS supports MSC2290
Add SDK support for POST /_matrix/client/r0/account/3pid/bind, POST /_matrix/client/r0/account/3pid/unbind, and POST /_matrix/client/r0/account/3pid/add
Add SDK support for POST /_matrix/identity/v2/validate/<medium>/requestToken
Implement new 3PID add flow for MSC2290 servers
Implement new 3PID bind flow for MSC2290 servers
Use /unstable prefix for APIs
The text was updated successfully, but these errors were encountered:
The new APIs will be defined in matrix-org/matrix-spec-proposals#2290
m.separate_add_and_bind
or API versionr0.6.0
)POST /_matrix/client/r0/account/3pid/bind
,POST /_matrix/client/r0/account/3pid/unbind
, andPOST /_matrix/client/r0/account/3pid/add
POST /_matrix/identity/v2/validate/<medium>/requestToken
/unstable
prefix for APIsThe text was updated successfully, but these errors were encountered: