Show auto-scroll forever setting in /#settings

(imported from commit fa66cbe52836f230e551f25c47bd755b705387d2)
This commit is contained in:
acrefoot
2013-12-03 15:01:37 -05:00
parent 0fd492a817
commit 1bd420f12c
7 changed files with 114 additions and 11 deletions

View File

@@ -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'),