We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a712db commit 3c41585Copy full SHA for 3c41585
api/src/processing/schema.js
@@ -47,5 +47,9 @@ export const apiSchema = z.object({
47
48
youtubeHLS: z.boolean().default(false),
49
youtubeBetterAudio: z.boolean().default(false),
50
+
51
+ // temporarily kept for backwards compatibility with cobalt 10 schema
52
+ twitterGif: z.boolean().default(false),
53
+ tiktokH265: z.boolean().default(false),
54
})
55
.strict();
0 commit comments