mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 21:36:24 +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,
|
types = EVENT_FINDER_TYPES,
|
||||||
filter =
|
filter =
|
||||||
JsonFilter(
|
JsonFilter(
|
||||||
kinds = listOf(MetadataEvent.KIND),
|
kinds = listOf(MetadataEvent.KIND, AdvertisedRelayListEvent.KIND),
|
||||||
authors = firstTimers,
|
authors = firstTimers,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user