Skip to content

Commit 5fe629c

Browse files
committed
ui_mappings: Add the "bot" to STATE_ICON as one of the statuses.
1 parent eec2ff0 commit 5fe629c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zulipterminal/config/ui_mappings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from zulipterminal.api_types import EditPropagateMode
66
from zulipterminal.config.symbols import (
7+
BOT_MARKER,
78
STATUS_ACTIVE,
89
STATUS_IDLE,
910
STATUS_INACTIVE,
@@ -27,6 +28,7 @@
2728
"idle": STATUS_IDLE,
2829
"offline": STATUS_OFFLINE,
2930
"inactive": STATUS_INACTIVE,
31+
"bot": BOT_MARKER,
3032
}
3133

3234

0 commit comments

Comments
 (0)