From 1a127084af5c2db48eb9e92c967ca96a06d27d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 12 Feb 2017 16:50:52 +0100 Subject: Facebook: Fix "Open conversation" target URL --- protocols/FacebookRM/src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/constants.h') diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 6b8bf70949..c1df1e23f7 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -31,7 +31,7 @@ along with this program. If not, see . #define FACEBOOK_URL_PROFILE "http://www.facebook.com/profile.php?id=" #define FACEBOOK_URL_GROUP "http://www.facebook.com/n/?home.php&sk=group_" #define FACEBOOK_URL_PICTURE "http://graph.facebook.com/%s/picture" -#define FACEBOOK_URL_CONVERSATION "http://www.facebook.com/messages/" +#define FACEBOOK_URL_CONVERSATION "http://www.facebook.com/messages/t/" //#define FACEBOOK_URL_STICKER "http://www.facebook.com/stickers/asset/?sticker_id=%s&image_type=BestEffortImage" // Connection -- cgit v1.2.3 From d4354da54f5a6df55a1b072d4b00adc59ba4268b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 12 Feb 2017 17:45:17 +0100 Subject: Facebook: Notify number of loaded items (when manually triggered) --- protocols/FacebookRM/src/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/FacebookRM/src/constants.h') diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index c1df1e23f7..5ed953a730 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -54,6 +54,7 @@ along with this program. If not, see . #define FACEBOOK_NOTIFICATIONS_CHATROOM "_notifications" #define FACEBOOK_CHATROOM_NAMES_COUNT 3 // number of participant names to use for chatrooms without specific name (on website it's 2) #define FACEBOOK_NOTIFICATIONS_LOAD_COUNT 20 // number of last notifications to load on login to notify +#define MANUALLY_TRIGGERED (void*)1 // to use as thread parameter to notify this action was activated by user, so we should show info popups // Limits #define FACEBOOK_MESSAGE_LIMIT 200000 // this is guessed limit, in reality it is bigger -- cgit v1.2.3