2
0

Add quotes_count to statuses stats (#35832)

This commit is contained in:
Claire
2025-08-25 14:21:28 +02:00
committed by GitHub
parent 94ad088482
commit 2560242972
13 changed files with 94 additions and 9 deletions

View File

@@ -68,6 +68,7 @@ export const statusFactory: FactoryFunction<ApiStatusJSON> = ({
url: 'https://example.com/status/1',
replies_count: 0,
reblogs_count: 0,
quotes_count: 0,
favorites_count: 0,
account: accountFactory(),
media_attachments: [],