mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Regardless of how you get to it, run the tutorial un-narrowed, in the Home view.
(imported from commit 9e57d098b9a4064388c12969fd77663c96597986)
This commit is contained in:
@@ -350,6 +350,11 @@ function welcome() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exports.start = function () {
|
exports.start = function () {
|
||||||
|
if (ui.home_tab_obscured()) {
|
||||||
|
ui.change_tab_to('#home');
|
||||||
|
}
|
||||||
|
narrow.deactivate();
|
||||||
|
|
||||||
// If you somehow have messages, temporarily remove them from the visible
|
// If you somehow have messages, temporarily remove them from the visible
|
||||||
// feed.
|
// feed.
|
||||||
current_msg_list.clear();
|
current_msg_list.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user