Major refactor to support various state problems.

This commit is contained in:
Half-Shot
2024-10-29 16:19:01 +00:00
parent cd73ad8794
commit 5a5c1bedfe
5 changed files with 150 additions and 58 deletions

View File

@@ -33,6 +33,9 @@ test("GridTile is accessible", async () => {
room: {
on: () => {},
off: () => {},
client: {
getUserId: () => null,
},
},
memberships: [],
} as unknown as MatrixRTCSession;