diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-05-30 12:49:54 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-05-30 12:49:54 +0000 |
commit | fd0d38e50db088692bfff7608df3b765d804e847 (patch) | |
tree | a244a13fae78e20e7d337c60c8af62cfcf1bd19c /protocols/FacebookRM/src/client.h | |
parent | 20051a55a8a7cb710767e09b0a5e6e2a0445c0ae (diff) |
Facebook: Try to load also sent messages when getting unread messages at login
git-svn-id: http://svn.miranda-ng.org/main/trunk@9371 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 5189e1be68..b20d7d70e7 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -157,7 +157,7 @@ public: std::map<std::string, bool> messages_ignore;
bool channel();
- bool send_message(std::string message_recipient, std::string message_text, std::string *error_text, MessageMethod method);
+ bool send_message(MCONTACT, std::string message_recipient, std::string message_text, std::string *error_text, MessageMethod method);
////////////////////////////////////////////////////////////
// Status handling
|