zulip/zulip-terminal

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

Ouverte

#438 ouverte le 19 juil. 2019

 (2 commentaires) (0 réaction) (0 personne assignée)Python (352 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (853 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur