Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
David Baker 2021-02-15 15:05:01 +00:00 committed by GitHub
parent d7bf57af13
commit 554dfdb6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default class VoipUserMapper {
const virtualUser = await this.userToVirtualUser(userId); const virtualUser = await this.userToVirtualUser(userId);
if (!virtualUser) return null; if (!virtualUser) return null;
// There's quite a bit of acromatics here to prevent the virtual room being shown // There's quite a bit of acrobatics here to prevent the virtual room being shown
// while it's being created: forstly, we have to stop the RoomListStore from showing // while it's being created: forstly, we have to stop the RoomListStore from showing
// new rooms for a bit, because we can't set the room account data to say it's a virtual // new rooms for a bit, because we can't set the room account data to say it's a virtual
// room until we have the room ID. Secondly, once we have the new room ID, we have to // room until we have the room ID. Secondly, once we have the new room ID, we have to