diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-02 20:14:31 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-02 20:14:31 +0300 |
commit | 0fd6fe57ebca7ce96403487ca335d72dae249578 (patch) | |
tree | f9a3f8e7b702476c591b24a0fafaeba5cce5fca8 /protocols/Discord/src/connection.cpp | |
parent | 0f43b99e7dbdeaa8cba7d2c17415782f0f9b7cb3 (diff) |
fixes #4936 (Discord: After exiting Miranda invisible=>online)
Diffstat (limited to 'protocols/Discord/src/connection.cpp')
-rw-r--r-- | protocols/Discord/src/connection.cpp | 1 |
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)
|