diff options
-rw-r--r-- | protocols/Discord/src/connection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp index 287beca884..ec7c12dca3 100644 --- a/protocols/Discord/src/connection.cpp +++ b/protocols/Discord/src/connection.cpp @@ -83,6 +83,8 @@ void CDiscordProto::OnLoggedOut() ProtoBroadcastAck(NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)m_iStatus, ID_STATUS_OFFLINE); m_iStatus = m_iDesiredStatus = ID_STATUS_OFFLINE; + + SetAllContactStatuses(ID_STATUS_OFFLINE); } void CDiscordProto::ShutdownSession() |