summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-07-15 18:04:21 +0000
committerRobert Pösel <robyer@seznam.cz>2014-07-15 18:04:21 +0000
commit15bff8a1c1cdfad5c99d6cbb432e77062cd8162c (patch)
tree35d4d3f1a113a9bd0b0140ec75d0a5bb5cd67479 /protocols/FacebookRM/src/client.h
parentf7ce999c47164638788ba359ad96d99206aee44d (diff)
Facebook: Attempt to fix occasional sending/receiving duplicit messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@9815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index 4b3d23f112..d62d5d27cb 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -157,7 +157,7 @@ public:
// Messages handling
- std::map<std::string, bool> messages_ignore;
+ std::map<std::string, int> messages_ignore;
bool channel();
bool send_message(MCONTACT, std::string message_recipient, std::string message_text, std::string *error_text, MessageMethod method);