Moves to NIP-44v2

This commit is contained in:
Vitor Pamplona
2023-12-20 18:07:37 -05:00
parent a22b6db130
commit e794ff44a1
17 changed files with 1550 additions and 319 deletions
@@ -275,9 +275,7 @@ class Relay(
}
fun resetEOSEStatuses() {
afterEOSEPerSubscription.keys.toList().forEach {
afterEOSEPerSubscription[it] = false
}
afterEOSEPerSubscription = LinkedHashMap(afterEOSEPerSubscription.size)
}
fun sendFilter(requestId: String) {