diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-10-22 19:31:16 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-10-22 19:31:16 +0000 |
commit | 3f36fc000f39da00d7865204ba4d00e745e0b822 (patch) | |
tree | 16611b6c708dee523617b22b0020d27976289f79 /protocols/FacebookRM/src/client.h | |
parent | b5fe64e5a68edb20010744bcb65c3bb4d43af597 (diff) |
Facebook: Reworked sending messages requests (should avoid rare ban from FB :))
git-svn-id: http://svn.miranda-ng.org/main/trunk@2050 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 6b0f320ba7..5882c62945 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -150,7 +150,7 @@ public: // Messages handling
bool channel( );
- bool send_message( std::string message_recipient, std::string message_text, std::string *error_text, bool use_inbox = false, bool is_tid = false );
+ bool send_message( std::string message_recipient, std::string message_text, std::string *error_text, int method );
void close_chat( std::string message_recipient );
void chat_mark_read( std::string message_recipient );
|