Skip to content
Snippets Groups Projects
Commit 75992449 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'support-thumbnails' into 'develop'

EntityNormalizer: Normalize thumbnail url.

See merge request pleroma/pleroma-fe!1213
parents 45add8f5 c649f28f
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,7 @@ export const parseAttachment = (data) => {
}
output.url = data.url
output.large_thumb_url = data.preview_url
output.description = data.description
return output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment