mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 08:42:31 +02:00
Fixes account creation that follows itself.
This commit is contained in:
@@ -139,7 +139,7 @@ class ContactListEvent(
|
|||||||
val tags =
|
val tags =
|
||||||
listOf(arrayOf("alt", ALT)) +
|
listOf(arrayOf("alt", ALT)) +
|
||||||
followUsers.map {
|
followUsers.map {
|
||||||
listOfNotNull("a", it.pubKeyHex, it.relayUri).toTypedArray()
|
listOfNotNull("p", it.pubKeyHex, it.relayUri).toTypedArray()
|
||||||
} +
|
} +
|
||||||
followTags.map { arrayOf("t", it) } +
|
followTags.map { arrayOf("t", it) } +
|
||||||
followEvents.map { arrayOf("e", it) } +
|
followEvents.map { arrayOf("e", it) } +
|
||||||
|
Reference in New Issue
Block a user