riot-web/test
Robin 62a740d318
Fix call splitbrains when switching between rooms (#9692)
* Fix call splitbrains when switching between rooms

Mounting CallView causes the user's call membership room state to be cleaned up. However, because the GroupCall object always thought the local device was disconnected from the call, it would remove the local device from room state when the clean method is called, causing a splitbrain. This uses GroupCall's new enteredViaAnotherSession field to fix that, and also simplify participant tracking.

* Remove clean tests that have been moved to matrix-js-sdk
2022-12-02 09:35:31 +01:00
..
@types
__snapshots__
accessibility
actions/handlers
audio
autocomplete
components Fix power selector being wrongly disabled for admins themselves (#9681) 2022-12-01 09:49:46 +00:00
contexts
editor
events
hooks
i18n
i18n-test
images
img
models Fix call splitbrains when switching between rooms (#9692) 2022-12-02 09:35:31 +01:00
modules
notifications
settings
setup Typescript updates (#9658) 2022-11-30 11:32:56 +00:00
stores Remove unused Element Call capabilities (#9653) 2022-11-30 13:54:18 +00:00
test-utils Fix call splitbrains when switching between rooms (#9692) 2022-12-02 09:35:31 +01:00
toasts Use native js-sdk group call support (#9625) 2022-11-28 16:37:32 -05:00
utils Update voice broadcast time display (#9646) 2022-11-30 08:47:29 +01:00
voice-broadcast Typescript updates (#9658) 2022-11-30 11:32:56 +00:00
Avatar-test.ts
ContentMessages-test.ts Typescript updates (#9658) 2022-11-30 11:32:56 +00:00
DecryptionFailureTracker-test.js
DeviceListener-test.ts Add config setting to disable bulk unverified sessions nag (#9657) 2022-12-02 03:24:45 +00:00
HtmlUtils-test.tsx
Image-test.ts
KeyBindingsManager-test.ts
LegacyCallHandler-test.ts Add more debugging for why audio ring/ringback might not be playing (#9642) 2022-12-01 04:08:09 +00:00
Markdown-test.ts
MatrixClientPeg-test.ts
MediaDeviceHandler-test.ts
Notifier-test.ts bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events (#9664) 2022-12-01 12:21:56 +00:00
PosthogAnalytics-test.ts
PreferredRoomVersions-test.ts
Reply-test.ts
RoomNotifs-test.ts Pass a client into `RoomNotifs.getRoomNotifsState` (#9631) 2022-11-29 10:55:15 +00:00
ScalarAuthClient-test.ts
SdkConfig-test.ts
SlashCommands-test.tsx
SlidingSyncManager-test.ts
Terms-test.tsx
TestSdkContext.ts
TextForEvent-test.ts
Unread-test.ts
UserActivity-test.ts
createRoom-test.ts Use native js-sdk group call support (#9625) 2022-11-28 16:37:32 -05:00
globalSetup.js
languageHandler-test.ts
linkify-matrix-test.ts
setupTests.js
slowReporter.js
theme-test.ts
useTopic-test.tsx