Filtering Addressable notes from Notification's note stack

This commit is contained in:
Vitor Pamplona
2025-07-22 15:05:17 -04:00
parent 6c77bf94a8
commit 1d9b2cffa2
2 changed files with 8 additions and 3 deletions
@@ -310,6 +310,7 @@ open class BasicRelayClient(
private fun processClosed(msg: ClosedMessage) {
Log.w(logTag, "Relay Closed Subscription ${msg.subscriptionId} ${msg.message}")
stats.newNotice("Subscription closed: ${msg.subscriptionId} ${msg.message}")
afterEOSEPerSubscription[msg.subscriptionId] = false
listener.onClosed(this@BasicRelayClient, msg.subscriptionId, msg.message)
}