typo
This commit is contained in:
parent
091211434e
commit
258ee85e79
|
@ -712,7 +712,7 @@ class RosterWindow:
|
|||
if not show:
|
||||
show = 'online'
|
||||
contact = Contact(jid=jid, name=account,
|
||||
show=roster.getShow(jid+'/'+resource),
|
||||
show=show,
|
||||
status=roster.getStatus(jid+'/'+resource), resource=resource,
|
||||
priority=roster.getPriority(jid+'/'+resource))
|
||||
contacts.append(contact)
|
||||
|
|
Loading…
Reference in New Issue