From 0b73250a247cee60ee3f1098f584ae63148e0cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 21 Apr 2014 14:50:46 +0000 Subject: Facebook: Support for true invisible! (they don't see you, but you see them) git-svn-id: http://svn.miranda-ng.org/main/trunk@9013 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/connection.cpp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'protocols/FacebookRM/src/connection.cpp') diff --git a/protocols/FacebookRM/src/connection.cpp b/protocols/FacebookRM/src/connection.cpp index abe78a324a..4ff500a31b 100644 --- a/protocols/FacebookRM/src/connection.cpp +++ b/protocols/FacebookRM/src/connection.cpp @@ -120,13 +120,8 @@ void FacebookProto::ChangeStatus(void*) ToggleStatusMenuItems(true); debugLogA("***** SignOn complete"); } - else if (new_status == ID_STATUS_INVISIBLE) - { - facy.buddies.clear(); - this->SetAllContactStatuses(ID_STATUS_OFFLINE); - } - facy.chat_state(m_iDesiredStatus != ID_STATUS_INVISIBLE); + facy.chat_state(m_iDesiredStatus != ID_STATUS_INVISIBLE); facy.buddy_list(); m_iStatus = facy.self_.status_id = m_iDesiredStatus; @@ -181,9 +176,8 @@ void FacebookProto::UpdateLoop(void *) for (int i = -1; !isOffline(); i = ++i % 50) { if (i != -1) { - if (!facy.invisible_) - if (!facy.buddy_list()) - break; + if (!facy.buddy_list()) + break; } if (i == 2 && getByte(FACEBOOK_KEY_EVENT_FEEDS_ENABLE, DEFAULT_EVENT_FEEDS_ENABLE)) if (!facy.feeds()) -- cgit v1.2.3