forked from AkkomaGang/akkoma-fe
Merge branch 'hotfix/summary-html' into 'develop'
entity normalizer: provide summary_html property See merge request pleroma/pleroma-fe!475
This commit is contained in:
commit
28d1571530
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,7 @@ export const parseStatus = (data) => {
|
|||
}
|
||||
|
||||
output.summary = data.spoiler_text
|
||||
output.summary_html = data.spoiler_text
|
||||
output.external_url = data.url
|
||||
|
||||
// FIXME missing!!
|
||||
|
@ -203,6 +204,7 @@ export const parseStatus = (data) => {
|
|||
}
|
||||
|
||||
output.summary = data.summary
|
||||
output.summary_html = data.summary_html
|
||||
output.external_url = data.external_url
|
||||
output.is_local = data.is_local
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue