mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Release Notes Channel: Add support for server body ranges (#9631)
This commit is contained in:
@@ -1231,9 +1231,9 @@ export const releaseNoteSchema = z.object({
|
||||
bodyRanges: z
|
||||
.array(
|
||||
z.object({
|
||||
style: z.string(),
|
||||
start: z.number(),
|
||||
length: z.number(),
|
||||
style: z.string().optional(),
|
||||
start: z.number().optional(),
|
||||
length: z.number().optional(),
|
||||
})
|
||||
)
|
||||
.optional(),
|
||||
|
||||
Reference in New Issue
Block a user