mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 10:39:12 +00:00
EntityNormalizer: Normalize thumbnail url.
This commit is contained in:
parent
45add8f5bc
commit
c649f28faf
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