Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions zulipterminal/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ def _set_count_in_view(controller: Any, new_count: int,
if is_open_topic_view:
topic_buttons_log = controller.view.topic_w.log
toggled_stream_id = controller.view.topic_w.stream_button.stream_id
users = controller.model.get_all_users()
if hasattr(controller, 'view'):
controller.view.users_view.update_user_list(
user_list=users)
user_buttons_log = controller.view.user_w.log
all_msg = controller.view.home_button
all_pm = controller.view.pm_button
Expand Down