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

prevent to print chatstate = 'None'

parent 79d61103
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,7 @@ def get_uf_chatstate(chatstate):
return _('paused composing a message')
elif chatstate == 'gone':
return _('has closed the chat window or tab')
return ''
def is_in_path(name_of_command, return_abs_path = False):
# if return_abs_path is True absolute path will be returned
......
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