check for not in the roster too
This commit is contained in:
parent
29516f658f
commit
bdd436e1f4
1 changed files with 2 additions and 0 deletions
|
@ -39,4 +39,6 @@ def get_uf_show(show):
|
||||||
uf_show = _('Offline')
|
uf_show = _('Offline')
|
||||||
elif show == 'invisible':
|
elif show == 'invisible':
|
||||||
uf_show = _('Invisible')
|
uf_show = _('Invisible')
|
||||||
|
elif show == 'not in the roster'
|
||||||
|
uf_show = _('Not in the roster')
|
||||||
return uf_show
|
return uf_show
|
||||||
|
|
Loading…
Add table
Reference in a new issue