all repos — honk @ 7bc0ec218979e4be6b8685a84b5e29bd98761b5c

my fork of honk

add an image property to person too?
Ted Unangst tedu@tedunangst.com
Wed, 01 Apr 2020 00:08:10 -0400
commit

7bc0ec218979e4be6b8685a84b5e29bd98761b5c

parent

e408e753ee672520e4808fda6e138ec64ec50a98

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

jump to
M activity.goactivity.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" }