From d2dab81d17eafa10fb55b675090f6110ff7f7930 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 15 May 2020 19:53:39 +0300 Subject: fixes #1012 (Facebook: option needed to load friends only) --- protocols/Facebook/src/proto.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'protocols/Facebook/src/proto.h') diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index 1df80c6e4d..6ae38f2ca1 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -498,12 +498,13 @@ public: ////////////////////////////////////////////////////////////////////////////////////// // options - CMOption m_wszDefaultGroup; // clist group to store contacts - CMOption m_bUseBigAvatars; // use big or small avatars by default - CMOption m_bUseGroupchats; // do we need group chats at all? - CMOption m_bHideGroupchats; // do not open chat windows on creation - CMOption m_bLoginInvisible; // login in the invisible mode - CMOption m_bKeepUnread; // do not mark incoming messages as read + CMOption m_wszDefaultGroup; // clist group to store contacts + CMOption m_bUseBigAvatars; // use big or small avatars by default + CMOption m_bUseGroupchats; // do we need group chats at all? + CMOption m_bHideGroupchats; // do not open chat windows on creation + CMOption m_bLoginInvisible; // login in the invisible mode + CMOption m_bKeepUnread; // do not mark incoming messages as read + CMOption m_bLoadAll; // load all contacts, not only those who have ARE_FRIENDS status //////////////////////////////////////////////////////////////////////////////////////// // PROTO_INTERFACE -- cgit v1.2.3