mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Fixes account creation that follows itself.
This commit is contained in:
parent
49148ddc76
commit
39726142ae
@ -139,7 +139,7 @@ class ContactListEvent(
|
||||
val tags =
|
||||
listOf(arrayOf("alt", ALT)) +
|
||||
followUsers.map {
|
||||
listOfNotNull("a", it.pubKeyHex, it.relayUri).toTypedArray()
|
||||
listOfNotNull("p", it.pubKeyHex, it.relayUri).toTypedArray()
|
||||
} +
|
||||
followTags.map { arrayOf("t", it) } +
|
||||
followEvents.map { arrayOf("e", it) } +
|
||||
|
Loading…
x
Reference in New Issue
Block a user