Show Website on profiles
Changelog-Added: Show website on profiles
This commit is contained in:
@@ -53,6 +53,10 @@ struct Profile: Codable {
|
||||
set(s) { value["website"] = s }
|
||||
}
|
||||
|
||||
var website_url: URL? {
|
||||
return self.website.flatMap { URL(string: $0) }
|
||||
}
|
||||
|
||||
var lud06: String? {
|
||||
get { return value["lud06"]; }
|
||||
set(s) { value["lud06"] = s }
|
||||
|
||||
Reference in New Issue
Block a user