Skip to content
Snippets Groups Projects
Commit bdd436e1 authored by nkour's avatar nkour
Browse files

check for not in the roster too

parent 29516f65
No related branches found
No related tags found
No related merge requests found
......@@ -39,4 +39,6 @@ def get_uf_show(show):
uf_show = _('Offline')
elif show == 'invisible':
uf_show = _('Invisible')
elif show == 'not in the roster'
uf_show = _('Not in the roster')
return uf_show
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