Renamed RelayInfo to LegacyKind3RelayRWConfiguration

This is a non-functional refactor that makes a struct name more
detailed.

Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2025-02-21 20:53:37 -08:00
parent 09ce3af11e
commit c28ab7a57c
6 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ import Foundation
class ProfileModel: ObservableObject, Equatable {
@Published var contacts: NostrEvent? = nil
@Published var following: Int = 0
@Published var relays: [RelayURL: RelayInfo]? = nil
@Published var relays: [RelayURL: LegacyKind3RelayRWConfiguration]? = nil
@Published var progress: Int = 0
private let MAX_SHARE_RELAYS = 4