Merge branch 'develop' into feat-12997

This commit is contained in:
かっこかり 2024-11-05 15:11:45 +09:00 committed by GitHub
commit a42c5e4534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
137 changed files with 2411 additions and 693 deletions

View file

@ -119,6 +119,14 @@ export const packedUserLiteSchema = {
type: 'boolean',
nullable: false, optional: true,
},
makeNotesFollowersOnlyBefore: {
type: 'number',
nullable: true, optional: true,
},
makeNotesHiddenBefore: {
type: 'number',
nullable: true, optional: true,
},
instance: {
type: 'object',
nullable: false, optional: true,