aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-contact-list.c')
-rw-r--r--libempathy/empathy-tp-contact-list.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index 11990a9a2..d9fb18182 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -1358,6 +1358,10 @@ tp_contact_list_get_flags (EmpathyContactList *list)
if (group_flags & TP_CHANNEL_GROUP_FLAG_CAN_REMOVE) {
flags |= EMPATHY_CONTACT_LIST_CAN_REMOVE;
}
+
+ if (group_flags & TP_CHANNEL_GROUP_FLAG_MESSAGE_ADD) {
+ flags |= EMPATHY_CONTACT_LIST_MESSAGE_ADD;
+ }
}
if (priv->deny != NULL)