Merge pull request #1022 from KotlinGeekDev/fix-relay-set
Fix relay set event.
This commit is contained in:
@@ -39,7 +39,7 @@ class RelaySetEvent(
|
||||
fun description() = tags.firstOrNull { it.size > 1 && it[0] == "description" }?.get(1)
|
||||
|
||||
companion object {
|
||||
const val KIND = 30022
|
||||
const val KIND = 30002
|
||||
const val ALT = "Relay list"
|
||||
|
||||
fun create(
|
||||
|
||||
Reference in New Issue
Block a user