feat(UserEntityService): add isRoot flag on MeDetailed

This commit is contained in:
무라쿠모 2024-05-13 21:51:28 +09:00
parent e1fb94da2e
commit e85a9dc8e0
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
3 changed files with 38 additions and 31 deletions

View file

@ -453,6 +453,10 @@ export const packedMeDetailedOnlySchema = {
type: 'boolean',
nullable: true, optional: false,
},
isRoot: {
type: 'boolean',
nullable: true, optional: false,
},
injectFeaturedNote: {
type: 'boolean',
nullable: false, optional: false,