From cd114922b96dbb68316533b8770f2f277e7d4ca3 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 29 Dec 2025 17:10:06 +0000 Subject: [PATCH] Fix `Reconnecting` --- src/state/CallViewModel/CallViewModel.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/state/CallViewModel/CallViewModel.test.ts b/src/state/CallViewModel/CallViewModel.test.ts index 86cde12a..3205c07f 100644 --- a/src/state/CallViewModel/CallViewModel.test.ts +++ b/src/state/CallViewModel/CallViewModel.test.ts @@ -1256,7 +1256,9 @@ describe.each([ rtcSession.membershipStatus = Status.Connected; }, n: () => { - rtcSession.membershipStatus = Status.Reconnecting; + // NOTE: This was removed in https://github.com/matrix-org/matrix-js-sdk/pull/5103 accidentally. + // eslint-disable-next-line @typescript-eslint/no-explicit-any + rtcSession.membershipStatus = "Reconnecting" as any; }, }); schedule(probablyLeftMarbles, {