pointer: Stop sending bankruptcy pointer updates.

Since the pointer is no longer used to set the browser's position, we
no longer need this complex code to send updates to the server during
the bankruptcy flow.
This commit is contained in:
Tim Abbott
2020-06-17 23:11:41 -07:00
committed by Tim Abbott
parent b840ec9491
commit 8516dde8f4
4 changed files with 12 additions and 35 deletions

View File

@@ -361,7 +361,7 @@ exports.register_stream_handlers = function () {
// Mark all messages as read
$('body').on('click', '#mark_all_messages_as_read', function (e) {
exports.hide_all_messages_popover();
pointer.fast_forward_pointer();
unread_ops.mark_all_as_read();
e.stopPropagation();
});