mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 18:46:27 +02:00
Pulls NIP-65 relays even in the first lookup for the user.
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user