From 7d10bec4acb65c8fd2c696a0994a0f98c6467982 Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:59:13 +0200 Subject: [PATCH] remove comment not relevant anymore --- src/matrix/calls/group/GroupCall.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/calls/group/GroupCall.ts b/src/matrix/calls/group/GroupCall.ts index 84fb9be9..f2561f32 100644 --- a/src/matrix/calls/group/GroupCall.ts +++ b/src/matrix/calls/group/GroupCall.ts @@ -327,7 +327,6 @@ export class GroupCall extends EventEmitter<{change: never}> { const memberKey = getMemberKey(userId, deviceId); if (userId === this.options.ownUserId && deviceId === this.options.ownDeviceId) { log.wrap("update own membership", log => { - // TODO: should we check if new device is expired? if (this.hasJoined) { if (this.joinedData) { this.joinedData.logItem.refDetached(log);