add an image property to person too?
Ted Unangst tedu@tedunangst.com
Wed, 01 Apr 2020 00:08:10 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -1298,6 +1298,7 @@ } else {
a["url"] = fmt.Sprintf("https://%s/a?a=%s", serverName, url.QueryEscape(user.URL)) } j["icon"] = a + j["image"] = a } else { j["type"] = "Service" }