diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-04-17 12:13:32 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-04-17 12:13:32 +0000 |
commit | 1ea7cd86935d95f8d6ec91d11e7db84219400c64 (patch) | |
tree | e9a4122f4c76c83ddd468e78b402e87eb6d56fc0 /protocols/FacebookRM/src/constants.h | |
parent | 1218cb54337c4683baf728bec19701da1f10e5ac (diff) |
Facebook: Remove unused REQUEST_MESSAGE_SEND_INBOX request
git-svn-id: http://svn.miranda-ng.org/main/trunk@16686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index aa25defd68..d86ea571d8 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -151,8 +151,7 @@ enum RequestType { REQUEST_CANCEL_FRIENDSHIP, // canceling (our) friendship request
REQUEST_FRIENDSHIP, // approving or ignoring friendship requests
- REQUEST_MESSAGE_SEND_CHAT, // sending message through chat
- REQUEST_MESSAGE_SEND_INBOX, // sending message through inbox
+ REQUEST_MESSAGES_SEND, // sending messages
REQUEST_MESSAGES_RECEIVE, // receiving messages and other realtime actions
REQUEST_ACTIVE_PING, // sending activity ping
REQUEST_TYPING_SEND, // sending typing notification
|