diff --git a/internal/typeutils/internaltoas.go b/internal/typeutils/internaltoas.go index 403c1d752..2983064be 100644 --- a/internal/typeutils/internaltoas.go +++ b/internal/typeutils/internaltoas.go @@ -1182,8 +1182,8 @@ func (c *Converter) attachAttachments( } ap.AppendURL(attachmentable, imageURL) - // `name` ie., image description - ap.AppendName(attachmentable, a.Description) + // `summary` ie., media description / alt text + ap.AppendSummary(attachmentable, a.Description) // `blurhash` ap.SetBlurhash(attachmentable, a.Blurhash)