add an image property to person too?
This commit is contained in:
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…
Reference in New Issue