all repos — honk @ 6401b760512d13b986b844755e74f41be94de8cf

my fork of honk

m
Ted Unangst tedu@tedunangst.com
Fri, 10 Apr 2020 00:04:06 -0400
commit

6401b760512d13b986b844755e74f41be94de8cf

parent

709b7c6458af3d00ae5c4f0540f7365caec81664

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

jump to
M activity.goactivity.go

@@ -1298,7 +1298,6 @@ } 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" }
M docs/honk.3docs/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.