Fix auto load room members

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-12-10 10:51:32 +05:30
parent 9365e5bfb9
commit 299ceac557
2 changed files with 3 additions and 1 deletions

View file

@ -81,6 +81,8 @@ class RoomTimeline extends EventEmitter {
this.ongoingDecryptionCount = 0;
this.initialized = false;
setTimeout(() => this.room.loadMembersIfNeeded());
// TODO: remove below line
window.selectedRoom = this;
}