Skip to content

Commit 271b8c8

Browse files
committed
ui_mappings: Add the "bot" to STATE_ICON as one of the statuses.
1 parent 87cb5e1 commit 271b8c8

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
@@ -11,6 +11,7 @@
1111
STREAM_MARKER_PRIVATE,
1212
STREAM_MARKER_PUBLIC,
1313
STREAM_MARKER_WEB_PUBLIC,
14+
BOT_MARKER
1415
)
1516

1617

@@ -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)