diff options
author | dartraiden <wowemuh@gmail.com> | 2019-06-04 17:56:15 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-06-04 17:56:15 +0300 |
commit | eef5226819583fa309df84dec54421b490c81d42 (patch) | |
tree | 81518ba1dfc1ea3dd8ee1e5267b678596bb7e0d9 /protocols/FacebookRM/src | |
parent | b5b392f1b06f3910ea9cc27b32cb82fea34d6bfa (diff) |
more fixes for #1963
Diffstat (limited to 'protocols/FacebookRM/src')
-rw-r--r-- | protocols/FacebookRM/src/json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/json.cpp b/protocols/FacebookRM/src/json.cpp index b774fde6ee..2ff53ff346 100644 --- a/protocols/FacebookRM/src/json.cpp +++ b/protocols/FacebookRM/src/json.cpp @@ -1064,7 +1064,7 @@ int FacebookProto::ParseMessages(std::string &pData, std::vector<facebook_messag // const JSONNode &ol_ = itNodes["ol"]; // possible values: -1 (when goes to offline), 0 (when goes back online) (something more?) // const JSONNode &p_ = itNodes["p"]; // class with fbAppStatus, messengerStatus, otherStatus, status, webStatus - int status = ID_STATUS_INVISIBLE; // FREECHAT to easily spot some problem, as we expect it will always be p==0 or p==2 below + int status = ID_STATUS_INVISIBLE; // INVISIBLE to easily spot some problem, as we expect it will always be p==0 or p==2 below if (a_) { int a = a_.as_int(); |