You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model/views: Add method to regularly update state markers in messages.
This commit:
* introduces a method `update_msg_list_presence_markers` in middle column
view class. It would be responsible for rendering the status markers
(if present) in message list.
* adds presence renderer function to the handler `start_presence_updates`.
This way, the method `update_msg_list_presence_markers` is called every
minute.
The helper `update_msg_list_presence_markers` uses MessageBox class method
`update_msg_content_header` (added in previous commit) to update a message
box (if required).
Fixeszulip#896.
0 commit comments