fix: packedNoteSchemaにclippedCountが抜けている (#12499)
This commit is contained in:
parent
ec04c76ee5
commit
3b3b908ccd
|
@ -186,6 +186,10 @@ export const packedNoteSchema = {
|
|||
optional: false, nullable: false,
|
||||
},
|
||||
},
|
||||
clippedCount: {
|
||||
type: 'number',
|
||||
optional: true, nullable: false,
|
||||
},
|
||||
|
||||
myReaction: {
|
||||
type: 'object',
|
||||
|
|
Loading…
Reference in New Issue