Makes NIP-22 posts only visible to the main feed if inside the scope they were placed.

This commit is contained in:
Vitor Pamplona
2024-11-18 16:47:47 -05:00
parent 9e34e9d720
commit fb058f93b6
2 changed files with 6 additions and 2 deletions
@@ -85,8 +85,6 @@ class ContactListEvent(
fun unverifiedFollowGeohashSet() = tags.filter { it.size > 1 && it[0] == "g" }.mapNotNull { it.getOrNull(1) }
fun unverifiedFollowAddressSet() = tags.filter { it.size > 1 && it[0] == "a" }.mapNotNull { it.getOrNull(1) }
fun follows() =
tags.mapNotNull {
try {