remove obsolete comment
This commit is contained in:
parent
e850874019
commit
b23ec5ef70
1 changed files with 0 additions and 1 deletions
|
@ -384,7 +384,6 @@ export class Sync {
|
||||||
isNewInvite = true;
|
isNewInvite = true;
|
||||||
}
|
}
|
||||||
const room = this._session.rooms.get(roomId);
|
const room = this._session.rooms.get(roomId);
|
||||||
// TODO let the room know there is an invite now, so
|
|
||||||
inviteStates.push(new InviteSyncProcessState(invite, isNewInvite, room, "invite", roomResponse));
|
inviteStates.push(new InviteSyncProcessState(invite, isNewInvite, room, "invite", roomResponse));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue