From 3f36fc000f39da00d7865204ba4d00e745e0b822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 22 Oct 2012 19:31:16 +0000 Subject: 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 --- protocols/FacebookRM/src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/client.h') 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 ); -- cgit v1.2.3