add test data for dev
This commit is contained in:
parent
1fd1553a1c
commit
5e96260a4f
3 changed files with 284 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ export const parseNotification = (data) => {
|
|||
if (data.report) {
|
||||
output.report = data.report
|
||||
output.report.content = data.report.content
|
||||
output.report.acct = parseUser(data.report.acct)
|
||||
output.report.acct = parseUser(data.report.account)
|
||||
output.report.actor = parseUser(data.report.actor)
|
||||
output.report.statuses = data.report.statuses.map(parseStatus)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue