mirror of https://github.com/zulip/zulip.git
enable show_autoscroll_forever_option for Chris Aurelio
(imported from commit c0ae45fd5f6696d18383ea7451d25397a8102302)
This commit is contained in:
parent
34f6c705e9
commit
4562e43aee
|
@ -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"),
|
||||
show_autoscroll_forever_option = user_profile.realm.domain in ("customer28.invalid", "zulip.com") or user_profile.email == "user1@customer31.invalid",
|
||||
avatar_url = avatar_url(user_profile)
|
||||
)
|
||||
if narrow_stream is not None:
|
||||
|
|
Loading…
Reference in New Issue