Merge branch 'develop' into feat-12997

This commit is contained in:
かっこかり 2024-10-21 17:43:18 +09:00 committed by GitHub
commit 6ea1cf4eee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 439 additions and 199 deletions

View file

@ -115,6 +115,10 @@ export const packedUserLiteSchema = {
type: 'boolean',
nullable: false, optional: true,
},
requireSigninToViewContents: {
type: 'boolean',
nullable: false, optional: true,
},
instance: {
type: 'object',
nullable: false, optional: true,