mirror of https://github.com/zulip/zulip.git
home: Update `client_capabilities` for viewing of archived streams.
This commit is contained in:
parent
f257188ab5
commit
7e97358c35
|
@ -156,7 +156,7 @@ def build_page_params_for_home_page_load(
|
|||
linkifier_url_template=True,
|
||||
user_list_incomplete=True,
|
||||
include_deactivated_groups=True,
|
||||
archived_channels=False,
|
||||
archived_channels=True,
|
||||
)
|
||||
|
||||
if user_profile is not None:
|
||||
|
|
Loading…
Reference in New Issue