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

View file

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