1
0
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:
Richard van der Hoff
2024-01-08 12:33:13 +00:00
committed by GitHub
parent ffc9fb34d0
commit 070a89d89d
3 changed files with 16 additions and 13 deletions

View File

@@ -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";