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

This commit is contained in:
Bruno Windels 2022-04-28 16:56:32 +01:00
parent d346f4a3fb
commit e1974711f3
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ export class Member {
this.localMedia = undefined;
this.localMuteSettings = undefined;
this.retryCount = 0;
this.logItem.finish();
});
}