diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index e54ebef38..3be79533a 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -471,6 +471,7 @@ tp_contact_list_add (EmpathyContactList *list, handle = gossip_contact_get_handle (contact); gossip_telepathy_group_add_member (priv->subscribe, handle, message); + gossip_telepathy_group_add_member (priv->publish, handle, message); } static void |