Add quotes_count to statuses stats (#35832)

This commit is contained in:
Claire 2025-08-25 14:21:28 +02:00 committed by GitHub
commit 2560242972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: [],