mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 05:02:33 +02:00
Asks reports when each user/event is seen instead.
This commit is contained in:
@@ -53,7 +53,7 @@ object NostrHomeDataSource: NostrDataSource<Note>("HomeFeed") {
|
|||||||
return TypedFilter(
|
return TypedFilter(
|
||||||
types = setOf(FeedType.FOLLOWS),
|
types = setOf(FeedType.FOLLOWS),
|
||||||
filter = JsonFilter(
|
filter = JsonFilter(
|
||||||
kinds = listOf(TextNoteEvent.kind, RepostEvent.kind),
|
kinds = listOf(TextNoteEvent.kind),
|
||||||
authors = followSet,
|
authors = followSet,
|
||||||
limit = 400
|
limit = 400
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user