add an image property to person too?

master
Ted Unangst 4 years ago
parent 52ce2d2743
commit af96a9e668

@ -1298,6 +1298,7 @@ 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"
}

Loading…
Cancel
Save