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

View file

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