This commit is contained in:
Ted Unangst 2020-04-10 00:04:06 -04:00
commit 8827f73f55
2 changed files with 1 additions and 2 deletions

View File

@ -1298,7 +1298,6 @@ func junkuser(user *WhatAbout) []byte {
a["url"] = fmt.Sprintf("https://%s/a?a=%s", serverName, url.QueryEscape(user.URL)) a["url"] = fmt.Sprintf("https://%s/a?a=%s", serverName, url.QueryEscape(user.URL))
} }
j["icon"] = a j["icon"] = a
j["image"] = a
} else { } else {
j["type"] = "Service" j["type"] = "Service"
} }

View File

@ -71,7 +71,7 @@ The following values are recognized:
.Bl -tag -width placename .Bl -tag -width placename
.It Fa noise .It Fa noise
The contents of the honk. The contents of the honk.
.It fa format .It Fa format
The format of noise. The format of noise.
Defaults to markdown. Defaults to markdown.
May also be html. May also be html.