#23837 Plaintext mod <> for username used #23837

This commit is contained in:
SidheshwarSarangal 2024-12-03 23:44:09 +05:30
parent d2acce1221
commit 1e6d183d00
194 changed files with 1401 additions and 1401 deletions

View file

@ -75,7 +75,7 @@ jest.mock("../../../../src/settings/watchers/ThemeWatcher");
const SERVER_SUPPORTED_MATRIX_VERSIONS = ["v1.1", "v1.5", "v1.6", "v1.8", "v1.9"];
describe("<MatrixChat />", () => {
const userId = "@alice:server.org";
const userId = "@<alice>:server.org";
const deviceId = "qwertyui";
const accessToken = "abc123";
const refreshToken = "def456";
@ -307,7 +307,7 @@ describe("<MatrixChat />", () => {
state: state,
};
const userId = "@alice:server.org";
const userId = "@<alice>:server.org";
const deviceId = "test-device-id";
const accessToken = "test-access-token-from-oidc";
@ -1135,7 +1135,7 @@ describe("<MatrixChat />", () => {
};
let loginClient!: ReturnType<typeof getMockClientWithEventEmitter>;
const userId = "@alice:server.org";
const userId = "@<alice>:server.org";
const deviceId = "test-device-id";
const accessToken = "test-access-token";
const clientLoginResponse = {