settings: Add display setting for demoting inactive streams.

This adds a setting to control Zulip's default behavior of sorting to
bottom and graying out inactive streams.  The previous logic is still
the default "automatic", but this gives users more control.  See the
models.py comment for details.

Fixes #11524.
This commit is contained in:
sahil839
2019-03-17 06:48:51 -07:00
committed by Tim Abbott
parent 710fc6767f
commit 5a130097bf
17 changed files with 191 additions and 20 deletions

View File

@@ -121,6 +121,7 @@ zrequire('starred_messages');
zrequire('user_status');
zrequire('user_status_ui');
zrequire('ui_init');
zrequire('settings_display');
set_global('$', global.make_zjquery());