don't show subscription in account tooltip
This commit is contained in:
parent
5c25d7f6a0
commit
2dcc72cb36
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ class RosterWindow:
|
|||
connection = gajim.connections[account]
|
||||
# get our current contact info
|
||||
contact = gajim.contacts.create_contact(jid = jid, name = account,
|
||||
show = connection.get_status(), sub = 'both',
|
||||
show = connection.get_status(), sub = '',
|
||||
status = connection.status,
|
||||
resource = gajim.config.get_per('accounts', connection.name,
|
||||
'resource'),
|
||||
|
|
Loading…
Add table
Reference in a new issue