add two more possible statuses - #1945
This commit is contained in:
parent
a898cf4544
commit
d8bf9f69a8
|
@ -327,7 +327,7 @@ class Contacts:
|
||||||
if not common.gajim.jid_is_transport(jid):
|
if not common.gajim.jid_is_transport(jid):
|
||||||
score += contact.priority*10
|
score += contact.priority*10
|
||||||
score += ['not in roster', 'error', 'offline', 'invisible', 'dnd', 'xa',
|
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
|
return score
|
||||||
|
|
||||||
def get_metacontacts_big_brother(self, family):
|
def get_metacontacts_big_brother(self, family):
|
||||||
|
|
Loading…
Reference in New Issue