oh, right, image is background not an alias for icon. don't want.
This commit is contained in:
parent
c19340849b
commit
0fbfb1750f
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue