Support downstream js-sdk changes in hs/slots/refactor-membership (#32615)

This commit is contained in:
Will Hunt
2026-02-24 09:33:48 +00:00
committed by GitHub
parent e907d4978d
commit a991509733
+2 -1
View File
@@ -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",