mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Also display the time until new work is scheduled after rendering.
(imported from commit 33562f105d5dd6ed81ca60d0517277d908ec2ffd)
This commit is contained in:
@@ -636,6 +636,9 @@ function add_messages(messages, msg_list, messages_are_new) {
|
||||
_.each(messages, function (message) {
|
||||
if (message.sent_by_me) {
|
||||
compose.mark_end_to_end_receive_time(message.id);
|
||||
setTimeout(function () {
|
||||
compose.mark_end_to_end_display_time(message.id);
|
||||
}, 0);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user