mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 18:12:25 -05:00
whoops
This commit is contained in:
parent
b841e9e9b1
commit
5a076ee6ac
1 changed files with 2 additions and 2 deletions
|
|
@ -1182,8 +1182,8 @@ func (c *Converter) attachAttachments(
|
||||||
}
|
}
|
||||||
ap.AppendURL(attachmentable, imageURL)
|
ap.AppendURL(attachmentable, imageURL)
|
||||||
|
|
||||||
// `name` ie., image description
|
// `summary` ie., media description / alt text
|
||||||
ap.AppendName(attachmentable, a.Description)
|
ap.AppendSummary(attachmentable, a.Description)
|
||||||
|
|
||||||
// `blurhash`
|
// `blurhash`
|
||||||
ap.SetBlurhash(attachmentable, a.Blurhash)
|
ap.SetBlurhash(attachmentable, a.Blurhash)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue