Skip to content
Snippets Groups Projects
Unverified Commit 3b3b908c authored by yupix's avatar yupix Committed by GitHub
Browse files

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

parent ec04c76e
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,10 @@ export const packedNoteSchema = {
optional: false, nullable: false,
},
},
clippedCount: {
type: 'number',
optional: true, nullable: false,
},
myReaction: {
type: 'object',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment