From bd5a6cebc05210166ce877e89e8597abdb1a4a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 27 Apr 2015 22:05:18 +0000 Subject: Facebook: Use msgs_recv parameter in channel requests I'm not sure whether this fixes the "computer needs cleaning" error, but we will see git-svn-id: http://svn.miranda-ng.org/main/trunk@13213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/client.h') diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 652a5b3dfa..06b63c861d 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -37,7 +37,7 @@ public: facebook_client() { - msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = random_ = 0; + msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = random_ = chat_msgs_recv_ = 0; is_typing_ = false; @@ -85,6 +85,7 @@ public: time_t last_feeds_update_; time_t last_notification_time_; int msgid_; + int chat_msgs_recv_; //////////////////////////////////////////////////////////// -- cgit v1.2.3