mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
state_data: Fix channel_folder_schema.
"description" field was missing in the schema.
This commit is contained in:
@@ -153,6 +153,7 @@ export const raw_user_group_schema = z.object({
|
||||
export const channel_folder_schema = z.object({
|
||||
id: z.number(),
|
||||
name: z.string(),
|
||||
description: z.string(),
|
||||
rendered_description: z.string(),
|
||||
creator_id: z.nullable(z.number()),
|
||||
date_created: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user