Improves search by npubs to use all relays.

This commit is contained in:
Vitor Pamplona
2024-12-05 17:14:16 -05:00
parent 3aa15889c1
commit bcb9ba26ab
2 changed files with 9 additions and 6 deletions
@@ -46,6 +46,9 @@ enum class FeedType {
WALLET_CONNECT,
}
val ALL_FEED_TYPES =
setOf(FeedType.FOLLOWS, FeedType.PUBLIC_CHATS, FeedType.PRIVATE_DMS, FeedType.GLOBAL, FeedType.SEARCH)
val COMMON_FEED_TYPES =
setOf(FeedType.FOLLOWS, FeedType.PUBLIC_CHATS, FeedType.PRIVATE_DMS, FeedType.GLOBAL)