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

add two more possible statuses - #1945

parent a898cf45
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ class Contacts:
if not common.gajim.jid_is_transport(jid):
score += contact.priority*10
score += ['not in roster', 'error', 'offline', 'invisible', 'dnd', 'xa',
'away', 'chat', 'online'].index(contact.show)
'away', 'chat', 'online', 'requested', 'message'].index(contact.show)
return score
def get_metacontacts_big_brother(self, family):
......
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