mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 14:27:29 +01:00
Fixes the sending of multiple old events back to the relays that send old events to Amethyst.
This commit is contained in:
@@ -263,7 +263,7 @@ open class BasicRelayClient(
|
||||
msg: OkMessage,
|
||||
onConnected: () -> Unit,
|
||||
) {
|
||||
// Log.w(logTag, "OK: ${msg.eventId} ${msg.success} ${msg.message}")
|
||||
Log.w(logTag, "OK: ${msg.eventId} ${msg.success} ${msg.message}")
|
||||
|
||||
// if this is the OK of an auth event, renew all subscriptions and resend all outgoing events.
|
||||
if (authResponseWatcher.containsKey(msg.eventId)) {
|
||||
|
||||
Reference in New Issue
Block a user