remove unneede line
This commit is contained in:
parent
8bc5c2fe04
commit
0c51e2fd09
1 changed files with 0 additions and 2 deletions
|
@ -333,8 +333,6 @@ class Connection:
|
||||||
jid = prs.getFrom()
|
jid = prs.getFrom()
|
||||||
self.dispatch('SUBSCRIBED', (jid.getStripped().encode('utf8'),
|
self.dispatch('SUBSCRIBED', (jid.getStripped().encode('utf8'),
|
||||||
jid.getResource().encode('utf8')))
|
jid.getResource().encode('utf8')))
|
||||||
self.dispatch('UPDUSER', (jid.getStripped().encode('utf8'),
|
|
||||||
jid.getNode(), [_('General')]))
|
|
||||||
#BE CAREFUL: no con.updateRosterItem() in a callback
|
#BE CAREFUL: no con.updateRosterItem() in a callback
|
||||||
gajim.log.debug(_('we are now subscribed to %s') % who)
|
gajim.log.debug(_('we are now subscribed to %s') % who)
|
||||||
elif ptype == 'unsubscribe':
|
elif ptype == 'unsubscribe':
|
||||||
|
|
Loading…
Add table
Reference in a new issue