mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 19:46:54 +01:00
Fixes bug with NIP-11s with null kinds
This commit is contained in:
@@ -86,7 +86,7 @@ class RelayInformationLimitation(
|
||||
)
|
||||
|
||||
class RelayInformationRetentionData(
|
||||
val kinds: ArrayList<Int>,
|
||||
val kinds: ArrayList<Int>?,
|
||||
val tiem: Int?,
|
||||
val count: Int?,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user