make robohash a function
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -76,7 +76,7 @@ struct ProfilePicView: View {
|
||||
|
||||
var MainContent: some View {
|
||||
Group {
|
||||
let picture = picture ?? profiles.lookup(id: pubkey)?.picture ?? "https://robohash.org/\(pubkey).png"
|
||||
let picture = picture ?? profiles.lookup(id: pubkey)?.picture ?? robohash(pubkey)
|
||||
if let pic_url = URL(string: picture) {
|
||||
ProfilePic(pic_url)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user