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
Bump minimum spec version to v1.5 (#3970)
* Update minimum spec version * Update README.md * fix autodiscovery tests
This commit is contained in:
committed by
GitHub
parent
ffc9fb34d0
commit
070a89d89d
@@ -16,5 +16,8 @@ limitations under the License.
|
||||
|
||||
/**
|
||||
* The minimum Matrix specification version the js-sdk supports.
|
||||
*
|
||||
* (This means that we require any servers we connect to to declare support for this spec version, so it is important
|
||||
* for it not to be too old, as well as not too new.)
|
||||
*/
|
||||
export const MINIMUM_MATRIX_VERSION = "v1.1";
|
||||
export const MINIMUM_MATRIX_VERSION = "v1.5";
|
||||
|
||||
Reference in New Issue
Block a user