Support Matrix 1.1 (drop legacy r0 versions) (#9819)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Travis Ralston
2023-08-14 09:25:13 +01:00
committed by GitHub
co-authored by Michael Telatynski
parent f9e79fd5d6
commit 180fcaa70f
32 changed files with 712 additions and 440 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ declare global {
Cypress.Commands.add(
"loginUser",
(homeserver: HomeserverInstance, username: string, password: string): Chainable<UserCredentials> => {
const url = `${homeserver.baseUrl}/_matrix/client/r0/login`;
const url = `${homeserver.baseUrl}/_matrix/client/v3/login`;
return cy
.request<{
access_token: string;