chore: make features in meta not optional on detailed
Why did Misskey set the optional boolean on features between 2024.6 and 2024.8 considering it will always have values when called via detailed
This commit is contained in:
parent
01466279e8
commit
46f9bcc8dc
3 changed files with 4 additions and 4 deletions
|
|
@ -278,7 +278,7 @@ export const packedMetaDetailedOnlySchema = {
|
|||
properties: {
|
||||
features: {
|
||||
type: 'object',
|
||||
optional: true, nullable: false,
|
||||
optional: false, nullable: false,
|
||||
properties: {
|
||||
registration: {
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue