[notify] Turn on negated search for all realms.

This fixes #730, which includes any customers we want to notify
about the feature being pushed.

(imported from commit c60959ddd7c61ea8e014e984047e9f7bc0d59296)
This commit is contained in:
Steve Howell
2014-03-04 17:40:07 -05:00
parent 89f10d7e7a
commit 1b9752e10e

View File

@@ -48,7 +48,6 @@ exports.cleanup_before_reload = page_params.staging || is_customer4;
// This list must match the list of domains in enqueue_digest_emails.
exports.dont_show_digest_email_setting = _.contains(["mit.edu", "customer29.invalid", "customer20.invalid"],
page_params.domain);
exports.negated_search = page_params.staging || _.contains(['randomfish.org'], page_params.domain);
exports.fade_at_stream_granularity = page_params.staging;
@@ -59,6 +58,7 @@ exports.propagate_topic_edits = true;
exports.clicking_notification_causes_narrow = true;
exports.use_socket = true;
exports.local_echo = true;
exports.negated_search = true;
// Ready for deprecation.
exports.collapsible = false;