mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Add getAll
This commit is contained in:
parent
f1d61daa04
commit
10459b0a7a
@ -228,6 +228,8 @@ class NostrClient(
|
||||
return result
|
||||
}
|
||||
|
||||
fun getAll(): List<Relay> = relayPool.getAll()
|
||||
|
||||
fun sendFilterOnlyIfDisconnected(
|
||||
subscriptionId: String = UUID.randomUUID().toString().substring(0..10),
|
||||
filters: List<TypedFilter> = listOf(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user