sub_store: Add `is_archived` field to `Stream` type.

This commit is contained in:
sanchi-t 2024-04-25 20:43:43 +05:30 committed by Tim Abbott
parent af7ebde9e4
commit ca9ac293f3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export const stream_schema = z.object({
history_public_to_subscribers: z.boolean(),
invite_only: z.boolean(),
is_announcement_only: z.boolean(),
is_archived: z.boolean(),
is_web_public: z.boolean(),
message_retention_days: z.number().nullable(),
name: z.string(),