diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-01-23 01:07:41 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-01-23 01:07:41 +0100 |
commit | 26890d819c469ffc7a01352d828eeaf659f82be8 (patch) | |
tree | a628deafb53be6887ebe6888f118d9c4bf2a00c4 /protocols/FacebookRM/src/db.h | |
parent | 0151cac1704717e5eee6859e4d3b8eeb043d901f (diff) |
Facebook: Add option to make Pages always invisible (enabled by default)
FB Pages are not online or offline, they just are. And this options helps users to find them in their contact list easily.
Diffstat (limited to 'protocols/FacebookRM/src/db.h')
-rw-r--r-- | protocols/FacebookRM/src/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/db.h b/protocols/FacebookRM/src/db.h index 8679d1234b..85c3678d62 100644 --- a/protocols/FacebookRM/src/db.h +++ b/protocols/FacebookRM/src/db.h @@ -74,6 +74,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FACEBOOK_KEY_NOTIFICATIONS_CHATROOM "NotificationsChatroom"
#define FACEBOOK_KEY_NAME_AS_NICK "NameAsNick"
#define FACEBOOK_KEY_LOAD_ALL_CONTACTS "LoadAllContacts"
+#define FACEBOOK_KEY_PAGES_ALWAYS_ONLINE "PagesAlwaysOnline"
// Account DB keys - notifications
#define FACEBOOK_KEY_EVENT_NOTIFICATIONS_ENABLE "EventNotificationsEnable"
|