From 0fbfb1750f65c4c3114375d869c8203409c5cf46 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 3 Apr 2020 22:09:03 -0400 Subject: [PATCH 1/2] oh, right, image is background not an alias for icon. don't want. --- activity.go | 1 - 1 file changed, 1 deletion(-) diff --git a/activity.go b/activity.go index 43b68ff..32d5f54 100644 --- a/activity.go +++ b/activity.go @@ -1298,7 +1298,6 @@ 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" } From 7333395e6122098cd19312325151c117d80b440d Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 4 Apr 2020 01:39:44 -0400 Subject: [PATCH 2/2] fix doc markup --- docs/honk.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/honk.3 b/docs/honk.3 index 495bbe7..4d7d7b5 100644 --- a/docs/honk.3 +++ b/docs/honk.3 @@ -71,7 +71,7 @@ The following values are recognized: .Bl -tag -width placename .It Fa noise The contents of the honk. -.It fa format +.It Fa format The format of noise. Defaults to markdown. May also be html.