mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Correctly narrow to stream using search box from subscription page.
Fixes #1012.
This commit is contained in:
@@ -255,6 +255,8 @@ exports.activate = function (raw_operators, opts) {
|
|||||||
$("body").addClass("narrowed_view");
|
$("body").addClass("narrowed_view");
|
||||||
$("#zfilt").addClass("focused_table");
|
$("#zfilt").addClass("focused_table");
|
||||||
$("#zhome").removeClass("focused_table");
|
$("#zhome").removeClass("focused_table");
|
||||||
|
|
||||||
|
ui.change_tab_to('#home');
|
||||||
message_list.narrowed = msg_list;
|
message_list.narrowed = msg_list;
|
||||||
current_msg_list = message_list.narrowed;
|
current_msg_list = message_list.narrowed;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user