zulip/zulip-terminal

Handle `read_message` events from server.

Offen

#434 geöffnet am 18.07.2019

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (352 Forks)github user discovery
bugenhancementhelp wanted

Repository-Metriken

Stars
 (853 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

On most days, I have both web-app and ZT logged into chat.zulip.org simultaneous, open in different windows. Its often that I read messages in ZT and see the messages and unread_counts updated correctly in the web-app. This indicates that read_message events from ZT to server are working as expected.

However, When I read a message in Web-app, The unread_counts and the messages remains unread(un-decreased) in ZT. This indicates we aren't handling read_message events from server to ZT.

We should potentially handle this consistently across different clients <----> ZT. (bi-directionally)

Contributor Guide