Filtering Addressable notes from Notification's note stack
This commit is contained in:
+1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user