mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
state_data: Add 'realm_linkifiers' to type.
This commit is contained in:
@@ -160,6 +160,13 @@ export const realm_schema = z.object({
|
||||
realm_invite_to_stream_policy: z.number(),
|
||||
realm_is_zephyr_mirror_realm: z.boolean(),
|
||||
realm_jitsi_server_url: z.nullable(z.string()),
|
||||
realm_linkifiers: z.array(
|
||||
z.object({
|
||||
pattern: z.string(),
|
||||
url_template: z.string(),
|
||||
id: z.number(),
|
||||
}),
|
||||
),
|
||||
realm_logo_source: z.string(),
|
||||
realm_logo_url: z.string(),
|
||||
realm_mandatory_topics: z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user