relays: add icon field to metadata

This commit is contained in:
ericholguin
2023-09-08 21:18:23 -06:00
committed by William Casarin
parent 65f3651896
commit 6f35de65f9
2 changed files with 2 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ struct RelayMetadata: Codable {
let version: String?
let limitation: Limitations?
let payments_url: String?
let icon: String?
var is_paid: Bool {
return limitation?.payment_required ?? false