From 459a25ab00ba1a75cc8fd41656e98f95c1a45e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 11 Dec 2016 22:03:39 +0100 Subject: Facebook: Option to load all contacts at login (not only friends) --- protocols/FacebookRM/src/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/json.h') diff --git a/protocols/FacebookRM/src/json.h b/protocols/FacebookRM/src/json.h index d81ce2caf8..f57672925e 100644 --- a/protocols/FacebookRM/src/json.h +++ b/protocols/FacebookRM/src/json.h @@ -30,7 +30,7 @@ class facebook_json_parser { public: FacebookProto* proto; - int parse_friends(std::string*, std::map< std::string, facebook_user* >*); + int parse_friends(std::string*, std::map< std::string, facebook_user* >*, bool); 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 >*); -- cgit v1.2.3