Merge branch 'develop' into ed25519

This commit is contained in:
tamaina 2024-03-07 10:52:44 +00:00
commit 9973610286
24 changed files with 157 additions and 53 deletions

View file

@ -223,6 +223,10 @@ export const packedNoteSchema = {
}],
},
},
reactionCount: {
type: 'number',
optional: false, nullable: false,
},
renoteCount: {
type: 'number',
optional: false, nullable: false,