mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(federation): 🐛 Make sure InstanceMetadata's description is a string
This commit is contained in:
parent
5a527e9e8d
commit
f26b68c76d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue