prevent TB from previous commit
This commit is contained in:
parent
ba3ac3a592
commit
dc29f1d744
|
@ -397,8 +397,7 @@ class Interface:
|
||||||
if not contact1:
|
if not contact1:
|
||||||
# presence of another resource of out jid
|
# presence of another resource of out jid
|
||||||
if resource == gajim.connections[account].server_resource:
|
if resource == gajim.connections[account].server_resource:
|
||||||
resource = gajim.config.get_per('accounts', account, 'resource')
|
return
|
||||||
else:
|
|
||||||
contact1 = gajim.contacts.create_contact(jid = ji,
|
contact1 = gajim.contacts.create_contact(jid = ji,
|
||||||
name = gajim.nicks[account], groups = [],
|
name = gajim.nicks[account], groups = [],
|
||||||
show = array[1], status = status_message, sub = 'both',
|
show = array[1], status = status_message, sub = 'both',
|
||||||
|
|
Loading…
Reference in New Issue