diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-04-23 13:51:10 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-04-23 15:20:17 +0200 |
commit | f46b52644c9aa53f43bb3a828b31c0549007d9df (patch) | |
tree | 3b7d4ac6b98d87ed578b9bb8ef7dcaab956caed8 /protocols/FacebookRM/src/db.h | |
parent | a78ba173862dbc4a3a6565257135e8b8c354cdc4 (diff) |
Facebook: New option to not send typing when invisible
Enabling it helps to not being marked as "active 1 min ago" by Facebook.
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 85c3678d62..a7c4034c02 100644 --- a/protocols/FacebookRM/src/db.h +++ b/protocols/FacebookRM/src/db.h @@ -75,6 +75,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FACEBOOK_KEY_NAME_AS_NICK "NameAsNick"
#define FACEBOOK_KEY_LOAD_ALL_CONTACTS "LoadAllContacts"
#define FACEBOOK_KEY_PAGES_ALWAYS_ONLINE "PagesAlwaysOnline"
+#define FACEBOOK_KEY_NO_TYPING_WHEN_INVISIBLE "NoTypingWhenInvisible"
// Account DB keys - notifications
#define FACEBOOK_KEY_EVENT_NOTIFICATIONS_ENABLE "EventNotificationsEnable"
|