zulip/zulip-terminal

Sync unread counts of PMs between All_pm_Button and the respective user button.

Open

#438 opened on Jul 19, 2019

 (2 comments) (0 reactions) (0 assignees)Python (352 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (853 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This is very likely a regression due to recent changes in user list. When a new message is sent in a one-to-one PM, the unread count of All_PM button is updated immediately. But the unread_count of the user_button for that respective user is delayed for quite some time. Only after waiting, is the user button unread_count also seen to increase.

The possible reason for this behaviour is due to the user_list updating which happend every 60 seconds conflicting with the normal UI updation.

Contributor guide