icon should probably be Image type
Ted Unangst tedu@tedunangst.com
Mon, 08 Jul 2019 15:02:03 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.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