add todo for /sync <-> /members race
This commit is contained in:
parent
15ae35bbbc
commit
007333628a
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ export class Room extends EventEmitter {
|
|||
/** @public */
|
||||
async loadMemberList() {
|
||||
if (this._memberList) {
|
||||
// TODO: also await fetchOrLoadMembers promise here
|
||||
this._memberList.retain();
|
||||
return this._memberList;
|
||||
} else {
|
||||
|
|
Reference in a new issue