Makes NIP-22 posts only visible to the main feed if inside the scope they were placed.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user