summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/connection.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-02 20:14:31 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-02 20:14:31 +0300
commit0fd6fe57ebca7ce96403487ca335d72dae249578 (patch)
treef9a3f8e7b702476c591b24a0fafaeba5cce5fca8 /protocols/Discord/src/connection.cpp
parent0f43b99e7dbdeaa8cba7d2c17415782f0f9b7cb3 (diff)
fixes #4936 (Discord: After exiting Miranda invisible=>online)
Diffstat (limited to 'protocols/Discord/src/connection.cpp')
-rw-r--r--protocols/Discord/src/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp
index 4ac9cead47..909c4f528f 100644
--- a/protocols/Discord/src/connection.cpp
+++ b/protocols/Discord/src/connection.cpp
@@ -87,6 +87,7 @@ void CDiscordProto::ShutdownSession()
return;
debugLogA("CDiscordProto::ShutdownSession");
+ m_bTerminated = true;
// shutdown all resources
if (pMfaDialog)