remove comment not relevant anymore

This commit is contained in:
Bruno Windels 2022-10-07 10:59:13 +02:00
parent 4350537004
commit 7d10bec4ac

View File

@ -327,7 +327,6 @@ export class GroupCall extends EventEmitter<{change: never}> {
const memberKey = getMemberKey(userId, deviceId); const memberKey = getMemberKey(userId, deviceId);
if (userId === this.options.ownUserId && deviceId === this.options.ownDeviceId) { if (userId === this.options.ownUserId && deviceId === this.options.ownDeviceId) {
log.wrap("update own membership", log => { log.wrap("update own membership", log => {
// TODO: should we check if new device is expired?
if (this.hasJoined) { if (this.hasJoined) {
if (this.joinedData) { if (this.joinedData) {
this.joinedData.logItem.refDetached(log); this.joinedData.logItem.refDetached(log);