diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-08-07 09:34:47 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-08-07 09:34:47 +0000 |
commit | 9651a004411184955ae81a6afab53a7853fe66d2 (patch) | |
tree | a3bf28f9dac050b977bd5b174095ea57959874d4 /protocols/FacebookRM/src/constants.h | |
parent | 69ff5146f5ac493beffb277d3d9f75ea7654b4b9 (diff) |
Facebook: Temporary make newsfeeds disabled by default and show info warning excessive network traffic
git-svn-id: http://svn.miranda-ng.org/main/trunk@10110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 0277bdd5a4..64b90f789a 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -85,7 +85,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_HIDE_CHATS 0
#define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1
-#define DEFAULT_EVENT_FEEDS_ENABLE 1
+#define DEFAULT_EVENT_FEEDS_ENABLE 0
#define DEFAULT_EVENT_OTHER_ENABLE 1
#define DEFAULT_EVENT_CLIENT_ENABLE 1
|