Show autoscroll forever option for all of CUSTOMER31.

(imported from commit 6c8826894daa2fc3777da0e9affe49d7a6d77296)
This commit is contained in:
Jessica McKellar
2014-01-30 11:12:13 -05:00
parent 1016686397
commit 82fc7a0a39

View File

@@ -875,7 +875,7 @@ def home(request):
name_changes_disabled = settings.NAME_CHANGES_DISABLED,
has_mobile_devices = num_push_devices_for_user(user_profile) > 0,
autoscroll_forever = user_profile.autoscroll_forever,
show_autoscroll_forever_option = user_profile.realm.domain in ("customer28.invalid", "zulip.com") or user_profile.email == "user1@customer31.invalid",
show_autoscroll_forever_option = user_profile.realm.domain in ("customer28.invalid", "zulip.com", "customer31.invalid"),
avatar_url = avatar_url(user_profile)
)
if narrow_stream is not None: