all repos — honk @ becdc3c600fdbd563ff886b9c2fff2991ddabacf

my fork of honk

only dumb it down for images, stuff like PDF should retain name
Ted Unangst tedu@tedunangst.com
Thu, 09 Mar 2023 02:00:12 -0500
commit

becdc3c600fdbd563ff886b9c2fff2991ddabacf

parent

a9844c17a67dc44247c69bfe9b54ecb3eb7e9abc

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M activity.goactivity.go

@@ -1142,7 +1142,7 @@ continue

} jd := junk.New() jd["mediaType"] = d.Media - if false { + if !strings.Contains(d.Media, "image") { // nobody does this right jd["name"] = d.Name jd["summary"] = html.EscapeString(d.Desc)