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
boxes: Add status marker as a suffix to sender name in content header.
This commit adds a status marker right after the sender's name in a
message content header. The users' dict from model is used to get
status of the sender. The default status of sender is kept `inactive`.
NOTE: Currently,
* the status markers don't get updated regularly (only specific
updates for events `handle_update_message_event`), and
* 'all' the message headers (markers) don't get updated,
which would need implementing their handling in separate commits.
(potentially amending `start_presence_updates`)
Tests amended.
Fixeszulip#896.
0 commit comments