diff --git a/src/api/MastodonResponse.ts b/src/api/MastodonResponse.ts index b85fe7c49..6bd1a1ace 100644 --- a/src/api/MastodonResponse.ts +++ b/src/api/MastodonResponse.ts @@ -81,7 +81,7 @@ export class MastodonResponse extends Response { z.string(), z.object({ error: z.string(), description: z.string() }).array(), ).optional(), - }); + }).passthrough(); } }