diff --git a/federation/schemas/base.ts b/federation/schemas/base.ts index 76e8a8b..7d78f89 100644 --- a/federation/schemas/base.ts +++ b/federation/schemas/base.ts @@ -243,7 +243,7 @@ export const InstanceMetadataSchema = EntitySchema.extend({ ), }) .strict(), - description: TextOnlyContentFormatSchema.optional().nullable(), + description: z.string().optional().nullable(), host: z.string(), shared_inbox: z.string().url().optional().nullable(), public_key: z