pl-api: update according to mastodon docs

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-04 13:29:54 +01:00
parent 858f866411
commit c7643d65c5
7 changed files with 26 additions and 1 deletions

View File

@ -18,6 +18,7 @@ const relationshipSchema = v.object({
notifying: v.fallback(v.boolean(), false),
requested: v.fallback(v.boolean(), false),
showing_reblogs: v.fallback(v.boolean(), false),
languages: v.fallback(v.nullable(v.array(v.string())), null),
});
/**