mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 20:36:45 +01:00
Fixes alt of NIP-96 server lists
This commit is contained in:
@@ -59,7 +59,7 @@ class FileServersEvent(
|
|||||||
servers
|
servers
|
||||||
.map {
|
.map {
|
||||||
arrayOf("server", it)
|
arrayOf("server", it)
|
||||||
}.plusElement(arrayOf("alt", "Relay list to use for Search"))
|
}.plusElement(arrayOf("alt", ALT))
|
||||||
.toTypedArray()
|
.toTypedArray()
|
||||||
|
|
||||||
fun updateRelayList(
|
fun updateRelayList(
|
||||||
|
|||||||
Reference in New Issue
Block a user