bankruptcy: Add UI widget to mark all messages as read.

This is the natural analog of the similar streams UI feature.

Fixes #7585.
This commit is contained in:
Vishnu Ks
2018-02-16 01:08:06 +05:30
committed by Tim Abbott
parent 395d476435
commit a46e21ee3e
5 changed files with 67 additions and 1 deletions

View File

@@ -779,6 +779,7 @@ exports.hide_all = function () {
emoji_picker.hide_emoji_popover();
stream_popover.hide_stream_popover();
stream_popover.hide_topic_popover();
stream_popover.hide_all_messages_popover();
popovers.hide_user_sidebar_popover();
popovers.hide_userlist_sidebar();
stream_popover.restore_stream_list_size();