api/schema: remove deprecated variables

This commit is contained in:
wukko 2025-06-22 20:07:37 +06:00
parent 05fb1601c8
commit 0fca9c440c
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -60,9 +60,5 @@ export const apiSchema = z.object({
youtubeHLS: z.boolean().default(false),
youtubeBetterAudio: z.boolean().default(false),
// TODO: remove after backwards compatibility period
twitterGif: z.boolean().default(false),
tiktokH265: z.boolean().default(false),
})
.strict();