diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-20 13:26:29 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-20 13:26:29 +0000 |
commit | b330de2b0bcf4d09a417c0ef154c3419b6930316 (patch) | |
tree | 962eb53ad945a1a26204f4f2d738bb94354d3d2b /protocols/FacebookRM/src/constants.h | |
parent | 7e065653a2ffe78094357f6838a5c15ac0fda885 (diff) |
Facebook: Marking notifications as read with right click on popup.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 82d6015931..34940132e1 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -107,6 +107,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FACEBOOK_REQUEST_MARK_READ 308 // marking messages read (new)
#define FACEBOOK_REQUEST_THREAD_INFO 310 // getting thread info
#define FACEBOOK_REQUEST_POKE 311 // sending pokes
+#define FACEBOOK_REQUEST_NOTIFICATIONS_READ 312 // marking notifications read
// Send message types
#define MESSAGE_INBOX 0
|