Revert "Add screen to select individual relays when posting/broadcasting"
This reverts commit 04759107a2.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct RelayInfo: Codable, Hashable {
|
||||
public struct RelayInfo: Codable {
|
||||
let read: Bool
|
||||
let write: Bool
|
||||
|
||||
static let rw = RelayInfo(read: true, write: true)
|
||||
}
|
||||
|
||||
public struct RelayDescriptor: Codable, Hashable {
|
||||
public struct RelayDescriptor: Codable {
|
||||
public let url: URL
|
||||
public let info: RelayInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user