From ed35a5d6e9dd02b3f88f34dc07dc7c9f29666fe7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 Dec 2020 19:36:50 +0300 Subject: SkypeWeb: group chats should be sent to offline upon disconnect --- protocols/SkypeWeb/src/skype_proto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/SkypeWeb/src') diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp index 34c9adcf27..e730e71922 100644 --- a/protocols/SkypeWeb/src/skype_proto.cpp +++ b/protocols/SkypeWeb/src/skype_proto.cpp @@ -97,7 +97,7 @@ CSkypeProto::~CSkypeProto() void CSkypeProto::OnModulesLoaded() { - setAllContactStatuses(ID_STATUS_OFFLINE, true); + setAllContactStatuses(ID_STATUS_OFFLINE, false); HookProtoEvent(ME_MSG_PRECREATEEVENT, &CSkypeProto::OnPreCreateMessage); @@ -281,7 +281,7 @@ int CSkypeProto::SetStatus(int iNewStatus) m_impl.m_heartBeat.StopSafe(); if (!Miranda_IsTerminated()) - setAllContactStatuses(ID_STATUS_OFFLINE, true); + setAllContactStatuses(ID_STATUS_OFFLINE, false); return 0; } else { -- cgit v1.2.3