mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Show auto-scroll forever setting in /#settings
(imported from commit fa66cbe52836f230e551f25c47bd755b705387d2)
This commit is contained in:
@@ -112,6 +112,7 @@ urlpatterns += patterns('zerver.views',
|
||||
url(r'^json/bulk_invite_users$', 'json_bulk_invite_users'),
|
||||
url(r'^json/settings/change$', 'json_change_settings'),
|
||||
url(r'^json/notify_settings/change$', 'json_change_notify_settings'),
|
||||
url(r'^json/ui_settings/change$', 'json_change_ui_settings'),
|
||||
url(r'^json/subscriptions/remove$', 'json_remove_subscriptions'),
|
||||
url(r'^json/subscriptions/add$', 'json_add_subscriptions'),
|
||||
url(r'^json/subscriptions/exists$', 'json_stream_exists'),
|
||||
|
||||
Reference in New Issue
Block a user