mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:06:16 +00:00
Show autoscroll forever option for all of CUSTOMER31.
(imported from commit 6c8826894daa2fc3777da0e9affe49d7a6d77296)
This commit is contained in:
@@ -875,7 +875,7 @@ def home(request):
|
|||||||
name_changes_disabled = settings.NAME_CHANGES_DISABLED,
|
name_changes_disabled = settings.NAME_CHANGES_DISABLED,
|
||||||
has_mobile_devices = num_push_devices_for_user(user_profile) > 0,
|
has_mobile_devices = num_push_devices_for_user(user_profile) > 0,
|
||||||
autoscroll_forever = user_profile.autoscroll_forever,
|
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)
|
avatar_url = avatar_url(user_profile)
|
||||||
)
|
)
|
||||||
if narrow_stream is not None:
|
if narrow_stream is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user