forked from AkkomaGang/akkoma-fe
Merge branch 'support-thumbnails' into 'develop'
EntityNormalizer: Normalize thumbnail url. See merge request pleroma/pleroma-fe!1213
This commit is contained in:
commit
7599244968
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ export const parseAttachment = (data) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
output.url = data.url
|
output.url = data.url
|
||||||
|
output.large_thumb_url = data.preview_url
|
||||||
output.description = data.description
|
output.description = data.description
|
||||||
|
|
||||||
return output
|
return output
|
||||||
|
|
Loading…
Reference in a new issue