From e1974711f392c821ec08cf2c3f5908db967a168d Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Thu, 28 Apr 2022 16:56:32 +0100 Subject: [PATCH] dont close this when disconnecting as long as we haven't restructured the log items in general, we can always connect again fr now and assume to reuse the same log item --- src/matrix/calls/group/Member.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/calls/group/Member.ts b/src/matrix/calls/group/Member.ts index 79d91fa1..314734d8 100644 --- a/src/matrix/calls/group/Member.ts +++ b/src/matrix/calls/group/Member.ts @@ -125,7 +125,6 @@ export class Member { this.localMedia = undefined; this.localMuteSettings = undefined; this.retryCount = 0; - this.logItem.finish(); }); }