all repos — honk @ ebdc5482c7c0ec15bdadfcf5375c0ebd78bb3960

my fork of honk

icon should probably be Image type
Ted Unangst tedu@tedunangst.com
Mon, 08 Jul 2019 15:02:03 -0400
commit

ebdc5482c7c0ec15bdadfcf5375c0ebd78bb3960

parent

55118d94a170b28b3cfb1ac00d28283a66c89302

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

jump to
M activity.goactivity.go

@@ -905,7 +905,7 @@ j["preferredUsername"] = user.Name

j["summary"] = about j["url"] = user.URL a := junk.New() - a["type"] = "icon" + a["type"] = "Image" a["mediaType"] = "image/png" a["url"] = fmt.Sprintf("https://%s/a?a=%s", serverName, url.QueryEscape(user.URL)) j["icon"] = a