fix: packedNoteSchemaにclippedCountが抜けている (#12499)
This commit is contained in:
parent
ec04c76ee5
commit
3b3b908ccd
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue