mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 15:37:49 +02:00
Refactors the name of the simple relay client
This commit is contained in:
@@ -29,7 +29,7 @@ import com.vitorpamplona.quartz.nip01Core.relay.client.single.IRelayClient
|
||||
import com.vitorpamplona.quartz.nip42RelayAuth.RelayAuthEvent
|
||||
import com.vitorpamplona.quartz.utils.LargeCache
|
||||
|
||||
class OutboxProtector(
|
||||
class OutboxCache(
|
||||
listener: IRelayClientListener,
|
||||
) : RedirectRelayClientListener(listener) {
|
||||
/**
|
@@ -40,7 +40,7 @@ class SimpleRelayClient(
|
||||
) : IRelayClient by BasicRelayClient(
|
||||
url,
|
||||
socketBuilder,
|
||||
OutboxProtector(listener),
|
||||
OutboxCache(listener),
|
||||
stats,
|
||||
defaultOnConnect,
|
||||
)
|
||||
|
Reference in New Issue
Block a user