zulip/zulip-terminal

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

Aberta

#438 aberto em 19 de jul. de 2019

 (2 comentários) (0 reação) (0 responsável)Python (352 forks)github user discovery
bughelp wanted

Métricas do repositório

Stars
 (853 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador