aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-08 08:41:44 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-08 19:30:39 +0800
commit39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3 (patch)
treeb93267fcd561940f89183c3af3adac1ea9611a19 /libempathy
parente14dedc9e30c2026eff27bb349eb810f5dc0de30 (diff)
downloadgsoc2013-empathy-39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3.tar
gsoc2013-empathy-39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3.tar.gz
gsoc2013-empathy-39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3.tar.bz2
gsoc2013-empathy-39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3.tar.lz
gsoc2013-empathy-39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3.tar.xz
gsoc2013-empathy-39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3.tar.zst
gsoc2013-empathy-39a0c45a2d7cc77809e6a6e8e34ccd27fef325f3.zip
Don't assume that removing a user from 'stored' will remove them from all lists
This doesn't appear to be correct for all CMs (at least, it doesn't appear to be correct for Gabble). At least it doesn't appear incorrect to attempt to remove the contact from the other lists anyway (#608974).
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-contact-list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index b93641649..b273ad20e 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -990,8 +990,6 @@ tp_contact_list_remove (EmpathyContactList *list,
if (priv->stored != NULL) {
tp_cli_channel_interface_group_call_remove_members (priv->stored,
-1, &handles, message, NULL, NULL, NULL, NULL);
- /* Contact will be removed from 'publish' and 'subscribe' too */
- return;
}
if (priv->subscribe) {