From 928419502e6ce58bb03c1955dea8d7c36246fd43 Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:44:43 +0100 Subject: [PATCH] no point in ref'ing an item on its parent --- 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 b82b3276..a47a3ff2 100644 --- a/src/matrix/calls/group/GroupCall.ts +++ b/src/matrix/calls/group/GroupCall.ts @@ -581,7 +581,6 @@ export class GroupCall extends EventEmitter<{change: never}> { sessionId: message.content.sender_session_id, type: message.type }); - syncLog.refDetached(item); // we haven't received the m.call.member yet for this caller (or with this session id). // buffer the device messages or create the member/call as it should arrive in a moment let messages = this.bufferedDeviceMessages.get(key);