diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-08-14 11:23:41 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-08-14 11:23:41 +0000 |
commit | 76cbb1d718f2d72bca13c20f41dfd9ecdf0660c4 (patch) | |
tree | 778fc726344464e9e8ec161cca52c7f0533472bb /protocols/FacebookRM/src/constants.h | |
parent | b93735eb1bd456769e5eef361cc4b9a8616f0f7f (diff) |
Facebook: Provide option to automatically join existing chats (enabled by default)
git-svn-id: http://svn.miranda-ng.org/main/trunk@17184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index b28e096f4f..80ea773873 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -96,6 +96,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_MESSAGES_ON_OPEN_COUNT 10
#define DEFAULT_HIDE_CHATS 0
#define DEFAULT_ENABLE_CHATS 1
+#define DEFAULT_JOIN_EXISTING_CHATS 1
#define DEFAULT_NOTIFICATIONS_CHATROOM 0
#define DEFAULT_NAME_AS_NICK 1
|