mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 06:34:35 -05:00
Refactor: Typing statuses (#39374)
This commit is contained in:
@@ -80,12 +80,13 @@ export const statusFactory: FactoryFunction<ApiStatusJSON> = ({
|
||||
replies_count: 0,
|
||||
reblogs_count: 0,
|
||||
quotes_count: 0,
|
||||
favorites_count: 0,
|
||||
favourites_count: 0,
|
||||
account: accountFactory(),
|
||||
media_attachments: [],
|
||||
mentions: [],
|
||||
tags: [],
|
||||
emojis: [],
|
||||
tagged_collections: [],
|
||||
contentHtml: data.text ?? '<p>This is a test status.</p>',
|
||||
...data,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user