mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 20:47:49 +02:00
Marks which relays have been sending unsupported events.
This commit is contained in:
@@ -2844,7 +2844,7 @@ object LocalCache : ILocalCache {
|
||||
is VoiceReplyEvent -> consume(event, relay, wasVerified)
|
||||
is WikiNoteEvent -> consume(event, relay, wasVerified)
|
||||
else -> {
|
||||
Log.w("Event Not Supported", event.toJson())
|
||||
Log.w("Event Not Supported", "From ${relay?.url}: ${event.toJson()}")
|
||||
false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user