From a99150973350fdf21e024c088642b0f139e60723 Mon Sep 17 00:00:00 2001 From: Will Hunt <2072976+Half-Shot@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:33:48 +0000 Subject: [PATCH] Support downstream js-sdk changes in hs/slots/refactor-membership (#32615) --- test/unit-tests/Notifier-test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit-tests/Notifier-test.ts b/test/unit-tests/Notifier-test.ts index 8436e205dd..ee3a42dfda 100644 --- a/test/unit-tests/Notifier-test.ts +++ b/test/unit-tests/Notifier-test.ts @@ -540,7 +540,8 @@ describe("Notifier", () => { content: {}, }), { - kind: "session", + // TODO: Once https://github.com/matrix-org/matrix-js-sdk/pull/5134 is merged this can be MembershipKind.Session + kind: "session" as any, data: { call_id: "123", application: "m.call",