mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
typo
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
dc3d05bc88
commit
b6762c68af
@ -168,7 +168,7 @@ export default class CallHandler {
|
||||
private invitedRoomsAreVirtual = new Map<string, boolean>();
|
||||
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
|
||||
// do the async lookup when we get new information and then store these mappings here
|
||||
private assertedIdentityNativeUsers = new Map<string, string>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user