You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
Remove v1 identity server fallbacks
Fixes https://github.com/vector-im/riot-web/issues/10443 **Review with https://github.com/matrix-org/matrix-react-sdk/pull/4191**
This commit is contained in:
@@ -47,6 +47,7 @@ export const PREFIX_UNSTABLE = "/_matrix/client/unstable";
|
||||
|
||||
/**
|
||||
* URI path for v1 of the the identity API
|
||||
* @deprecated Use v2.
|
||||
*/
|
||||
export const PREFIX_IDENTITY_V1 = "/_matrix/identity/api/v1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user