oh, right, image is background not an alias for icon. don't want.

This commit is contained in:
Ted Unangst 2020-04-03 22:09:03 -04:00
parent c19340849b
commit 0fbfb1750f
1 changed files with 0 additions and 1 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"
} }