mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-02 17:08:04 +02:00
Merge pull request #1022 from KotlinGeekDev/fix-relay-set
Fix relay set event.
This commit is contained in:
commit
7cb03b939f
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user