Add quotes_count to statuses stats (#35832)
This commit is contained in:
parent
94ad088482
commit
2560242972
13 changed files with 94 additions and 9 deletions
|
|
@ -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: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue