fix: packedNoteSchemaにclippedCountが抜けている (#12499)

This commit is contained in:
yupix 2023-11-29 08:08:06 +09:00 committed by GitHub
parent ec04c76ee5
commit 3b3b908ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -186,6 +186,10 @@ export const packedNoteSchema = {
optional: false, nullable: false,
},
},
clippedCount: {
type: 'number',
optional: true, nullable: false,
},
myReaction: {
type: 'object',