Simplifies the "and 2 more" translations

This commit is contained in:
Vitor Pamplona
2024-09-05 15:11:00 -04:00
parent 010305fbeb
commit e17cfb4fdb
12 changed files with 12 additions and 12 deletions

View File

@@ -343,7 +343,7 @@ class Relay(
// Log.w("Relay", "Relay onNotify $url, ${msg[1].asString}")
it.onNotify(this@Relay, msgArray[1].asText())
}
"CLOSED" -> listeners.forEach { Log.w("Relay", "Relay onClosed $url, $newMessage") }
"CLOSED" -> listeners.forEach { Log.w("Relay", "Relay Closed Subscription $url, $newMessage") }
else -> {
RelayStats.newError(url, "Unsupported message: $newMessage")