diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-12-07 23:41:03 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-12-07 23:41:03 +0100 |
commit | 83f8ea45f94d1d176c0fb3ca37bbdf8358196908 (patch) | |
tree | c153b39822fd683f8708809c75b35a15e60c1ffc /protocols/FacebookRM/src/json.h | |
parent | f4375028eae5442720c07f59a74f5739c9dcc865 (diff) |
Facebook: Fix not loading unread messages; version bump
This also fixes not loading messages at contact window open (if enabled). And cleans up part of obsolete code.
Diffstat (limited to 'protocols/FacebookRM/src/json.h')
-rw-r--r-- | protocols/FacebookRM/src/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/json.h b/protocols/FacebookRM/src/json.h index add7b2827a..d81ce2caf8 100644 --- a/protocols/FacebookRM/src/json.h +++ b/protocols/FacebookRM/src/json.h @@ -34,7 +34,7 @@ public: int parse_notifications(std::string*, std::map< std::string, facebook_notification* >*);
int parse_messages(std::string*, std::vector< facebook_message >*, std::map< std::string, facebook_notification* >*);
int parse_unread_threads(std::string*, std::vector< std::string >*);
- int parse_thread_messages(std::string*, std::vector< facebook_message >*, std::map< std::string, facebook_chatroom* >*, bool unreadOnly);
+ int parse_thread_messages(std::string*, std::vector< facebook_message >*, bool unreadOnly);
int parse_history(std::string*, std::vector< facebook_message >*, std::string *);
int parse_thread_info(std::string* data, std::string* user_id);
int parse_user_info(std::string* data, facebook_user* fbu);
|