From abcda6e46fdfcb07f0c11115805131d6900e89ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 19 Nov 2014 11:22:31 +0000 Subject: Facebook: Option to log notifications into special chatroom; version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11020 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/constants.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/FacebookRM/src/constants.h') diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index b0ec0d555b..3bd34a0ff0 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -49,6 +49,9 @@ along with this program. If not, see . #define FACEBOOK_CLIENT_APP "Facebook App" #define FACEBOOK_CLIENT_MESSENGER "Facebook Messenger" +// Various constants +#define FACEBOOK_NOTIFICATIONS_CHATROOM "_notifications" + // Limits #define FACEBOOK_MESSAGE_LIMIT 200000 // this is guessed limit, in reality it is bigger #define FACEBOOK_MESSAGE_LIMIT_TEXT "200000" @@ -84,6 +87,7 @@ along with this program. If not, see . #define DEFAULT_MESSAGES_ON_OPEN 0 #define DEFAULT_MESSAGES_ON_OPEN_COUNT 10 #define DEFAULT_HIDE_CHATS 0 +#define DEFAULT_NOTIFICATIONS_CHATROOM 0 #define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1 #define DEFAULT_EVENT_FEEDS_ENABLE 0 -- cgit v1.2.3