mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user