From 0c51e2fd09733229ffb6f61d8408f547a4b3e874 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 1 Aug 2005 20:54:26 +0000 Subject: [PATCH] remove unneede line --- src/common/connection.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index c4d04b6b7..8e5451267 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -333,8 +333,6 @@ class Connection: jid = prs.getFrom() self.dispatch('SUBSCRIBED', (jid.getStripped().encode('utf8'), jid.getResource().encode('utf8'))) - self.dispatch('UPDUSER', (jid.getStripped().encode('utf8'), - jid.getNode(), [_('General')])) #BE CAREFUL: no con.updateRosterItem() in a callback gajim.log.debug(_('we are now subscribed to %s') % who) elif ptype == 'unsubscribe':