diff --git a/api/src/processing/schema.js b/api/src/processing/schema.js index 604b4cfd..7570a8b0 100644 --- a/api/src/processing/schema.js +++ b/api/src/processing/schema.js @@ -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();