diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-04-27 22:05:20 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-04-27 22:05:20 +0000 |
commit | 19eac0d00af3e4c2fd4e5d375bd54472f0e08dcd (patch) | |
tree | 2fc133a8d6177d5d88097d6bff7eede12025364a /protocols/FacebookRM/src/constants.h | |
parent | bd5a6cebc05210166ce877e89e8597abdb1a4a48 (diff) |
Facebook: Reworked sending messages a bit; Version bump
This might fix the "computer needs cleaning" error. I removed all old send message methods and used only Mercury for everything - which is how it is used on website right now.
Also parameters for send message request were updated to actual state. This might fix problem that someone has (if I remember correctly) with sending chat messages.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13214 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index e120a4e277..01d4241234 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -153,15 +153,7 @@ enum RequestType { REQUEST_THREAD_INFO, // getting thread info
REQUEST_THREAD_SYNC, // getting thread sync (changes since something)
REQUEST_UNREAD_THREADS, // getting unread threads
- REQUEST_ASYNC, // marking messages read and getting other things
- REQUEST_MARK_READ, // marking messages read (new)
-};
-
-enum MessageMethod {
- MESSAGE_INBOX,
- MESSAGE_MERCURY,
- MESSAGE_TID,
- MESSAGE_ASYNC
+ REQUEST_MARK_READ // marking messages read
};
enum ContactType {
|