remove obsolete comment

This commit is contained in:
Bruno Windels 2021-04-28 10:08:11 +02:00
parent e850874019
commit b23ec5ef70

View file

@ -384,7 +384,6 @@ export class Sync {
isNewInvite = true;
}
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));
}
}