You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
@@ -168,7 +168,7 @@ export default class CallHandler {
|
|||||||
private invitedRoomsAreVirtual = new Map<string, boolean>();
|
private invitedRoomsAreVirtual = new Map<string, boolean>();
|
||||||
private invitedRoomCheckInProgress = false;
|
private invitedRoomCheckInProgress = false;
|
||||||
|
|
||||||
// Map of the asserted identiy users after we've looked them up using the API.
|
// Map of the asserted identity users after we've looked them up using the API.
|
||||||
// We need to be be able to determine the mapped room synchronously, so we
|
// We need to be be able to determine the mapped room synchronously, so we
|
||||||
// do the async lookup when we get new information and then store these mappings here
|
// do the async lookup when we get new information and then store these mappings here
|
||||||
private assertedIdentityNativeUsers = new Map<string, string>();
|
private assertedIdentityNativeUsers = new Map<string, string>();
|
||||||
|
|||||||
Reference in New Issue
Block a user