1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-08-01 13:14:47 +01:00
parent 939147c6ad
commit 17506f76bf
3 changed files with 3 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ export class MockedCall extends Call {
CallStore.instance.updateRoom(room);
}
public readonly groupCall;
public readonly groupCall: GroupCall;
public get participants(): Map<RoomMember, Set<string>> {
return super.participants;