Also display the time until new work is scheduled after rendering.

(imported from commit 33562f105d5dd6ed81ca60d0517277d908ec2ffd)
This commit is contained in:
Tim Abbott
2013-11-06 13:05:06 -05:00
parent f670fdc717
commit 4aa7ce3bd2
3 changed files with 21 additions and 6 deletions

View File

@@ -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);
}
});
}