fix logic
This commit is contained in:
parent
a64709b7a4
commit
313f4c8c94
|
@ -181,6 +181,8 @@ class Logger:
|
|||
show_col = constants.SHOW_DND
|
||||
elif show == 'offline':
|
||||
show_col = constants.SHOW_OFFLINE
|
||||
elif show is None:
|
||||
show_col = None
|
||||
else: # invisible in GC when someone goes invisible
|
||||
# it's a RFC violation .... but we should not crash
|
||||
show_col = 'UNKNOWN'
|
||||
|
|
Loading…
Reference in New Issue