mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
populate_db: Use channel folder in dev database.
This commit creates "Engineering" channel folder and adds "devel", "errors" and "test" channels to it.
This commit is contained in:
@@ -221,6 +221,7 @@ def bulk_create_streams(realm: Realm, stream_dict: dict[str, dict[str, Any]]) ->
|
||||
is_web_public=options.get("is_web_public", False),
|
||||
is_in_zephyr_realm=realm.is_zephyr_mirror_realm,
|
||||
creator=options.get("creator", None),
|
||||
folder_id=options.get("folder_id", None),
|
||||
**get_default_values_for_stream_permission_group_settings(realm, creator),
|
||||
)
|
||||
if "can_send_message_group" in options:
|
||||
|
||||
Reference in New Issue
Block a user