mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
Widening scope of 'Clicking on desktop notification narrows you' experiment.
Unfortunately this is basically a WebKit-non-desktop-app-only experiment. (imported from commit 6f5abe1dcd9113533c339951677a9d3d230038dd)
This commit is contained in:
@@ -44,9 +44,6 @@ exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_opt
|
||||
exports.fade_users_when_composing = page_params.staging || is_customer4;
|
||||
exports.use_socket = page_params.staging;
|
||||
|
||||
exports.clicking_notification_causes_narrow = page_params.staging || is_customer4 ||
|
||||
_.contains(['customer25.invalid', 'mit.edu', 'customer21.invalid'], page_params.domain);
|
||||
|
||||
exports.full_width = page_params.staging;
|
||||
|
||||
exports.show_digest_email_setting = page_params.staging;
|
||||
@@ -56,6 +53,7 @@ exports.topic_zooming = true;
|
||||
exports.mark_read_at_bottom = true;
|
||||
exports.propagate_topic_edits = true;
|
||||
exports.summarize_read_while_narrowed = false;
|
||||
exports.clicking_notification_causes_narrow = true;
|
||||
|
||||
// Ready for deprecation.
|
||||
exports.collapsible = false;
|
||||
|
||||
Reference in New Issue
Block a user