Pulls NIP-65 relays even in the first lookup for the user.

This commit is contained in:
Vitor Pamplona
2024-06-03 11:45:57 -04:00
parent ce2b8dfa11
commit e3cca6c691

View File

@@ -45,7 +45,7 @@ object NostrSingleUserDataSource : NostrDataSource("SingleUserFeed") {
types = EVENT_FINDER_TYPES,
filter =
JsonFilter(
kinds = listOf(MetadataEvent.KIND),
kinds = listOf(MetadataEvent.KIND, AdvertisedRelayListEvent.KIND),
authors = firstTimers,
),
),