mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 13:23:08 +02:00
fix: packedNoteSchemaにclippedCountが抜けている (#12499)
This commit is contained in:
parent
ec04c76ee5
commit
3b3b908ccd
1 changed files with 4 additions and 0 deletions
|
@ -186,6 +186,10 @@ export const packedNoteSchema = {
|
|||
optional: false, nullable: false,
|
||||
},
|
||||
},
|
||||
clippedCount: {
|
||||
type: 'number',
|
||||
optional: true, nullable: false,
|
||||
},
|
||||
|
||||
myReaction: {
|
||||
type: 'object',
|
||||
|
|
Loading…
Reference in a new issue