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