From af96a9e6681dcb8e55d63e51c39802331453ad1e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 1 Apr 2020 00:08:10 -0400 Subject: [PATCH] add an image property to person too? --- activity.go | 1 + 1 file changed, 1 insertion(+) diff --git a/activity.go b/activity.go index d9a9e82..c920d96 100644 --- a/activity.go +++ b/activity.go @@ -1298,6 +1298,7 @@ func junkuser(user *WhatAbout) []byte { a["url"] = fmt.Sprintf("https://%s/a?a=%s", serverName, url.QueryEscape(user.URL)) } j["icon"] = a + j["image"] = a } else { j["type"] = "Service" }