Skip to content
Snippets Groups Projects
Commit c619f59b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

show status of not in roster contacts in roster. Fixes #4144

parent bf9ca5e2
No related branches found
No related tags found
No related merge requests found
......@@ -620,6 +620,8 @@ def get_icon_name_to_show(contact, account = None):
transport = gajim.get_transport_name_from_jid(contact.jid)
if transport:
return contact.show
if contact.show in gajim.SHOW_LIST:
return contact.show
return 'not in roster'
def decode_string(string):
......
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