fix: remove untracked disconnect timer
CodeQL Analysis / Analyze CodeQL (push) Has been cancelled
Deploy Application / deploy (push) Has been cancelled
Mirror to Codeberg / mirror (push) Has been cancelled
Mirror to PrivacyGuides / mirror (push) Has been cancelled

This commit is contained in:
lockbitchat
2026-05-17 23:16:14 -04:00
parent 86a96b0121
commit f2a4276b31
2 changed files with 56 additions and 3 deletions
@@ -11735,9 +11735,6 @@ async processMessage(data) {
this.intentionalDisconnect = true;
window.EnhancedSecureCryptoUtils.secureLog.log('info', 'Starting intentional disconnect');
this.sendDisconnectNotification();
setTimeout(() => {
this.sendDisconnectNotification();
}, 100);
// Stop every timer-backed subsystem first.
this._stopAllTimers();