register: Pass settings.WEB_PUBLIC_STREAMS_ENABLED to clients.

This commit adds 'server_web_public_streams_enabled' field to
the register response to pass settings.WEB_PUBLIC_STREAMS_ENABLED
to clients.
This commit is contained in:
Sahil Batra
2021-11-19 15:36:59 +05:30
committed by Tim Abbott
parent 828927b724
commit 2c1a87166c
4 changed files with 13 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ class HomeTest(ZulipTestCase):
"server_name_changes_disabled",
"server_needs_upgrade",
"server_timestamp",
"server_web_public_streams_enabled",
"settings_send_digest_emails",
"show_billing",
"show_plans",