Skip to content
Snippets Groups Projects
Commit c9bdf56d authored by dkirov's avatar dkirov
Browse files

show can be 'error' too

parent 751a6fe4
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ class Contacts:
score = priority*10000
if not common.gajim.jid_is_transport(jid):
score += contact.priority*10
score += ['offline', 'invisible', 'dnd', 'xa', 'away', 'chat',
score += ['error', 'offline', 'invisible', 'dnd', 'xa', 'away', 'chat',
'online'].index(contact.show)
return score
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment