riot-web/test/test-utils
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
..
audio.ts Enable tsc alwaysStrict, strictBindCallApply, noImplicitThis (#9600) 2022-11-21 11:24:59 +00:00
beacon.ts Typescript updates (#9658) 2022-11-30 11:32:56 +00:00
call.ts Use native js-sdk group call support (#9625) 2022-11-28 16:37:32 -05:00
client.ts
composer.ts Remove all usages of UNSAFE_* React methods (#9583) 2022-11-18 09:22:43 +00:00
console.ts Add filter console test util (#9607) 2022-11-23 09:01:42 +01:00
date.ts
index.ts Add filter console test util (#9607) 2022-11-23 09:01:42 +01:00
location.ts
platform.ts Remove all usages of UNSAFE_* React methods (#9583) 2022-11-18 09:22:43 +00:00
poll.ts
relations.ts
room.ts
test-utils.ts Fix call splitbrains when switching between rooms (#9692) 2022-12-02 09:35:31 +01:00
threads.ts
utilities.ts Typescript updates (#9658) 2022-11-30 11:32:56 +00:00
wrappers.tsx