mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 21:36:28 +02:00
Remove Channel Messages from event datasource
This commit is contained in:
@@ -24,7 +24,7 @@ object NostrSingleEventDataSource: NostrDataSource<Note>("SingleEventFeed") {
|
|||||||
// downloads all the reactions to a given event.
|
// downloads all the reactions to a given event.
|
||||||
return JsonFilter(
|
return JsonFilter(
|
||||||
kinds = listOf(
|
kinds = listOf(
|
||||||
TextNoteEvent.kind, ReactionEvent.kind, RepostEvent.kind, ChannelMessageEvent.kind
|
TextNoteEvent.kind, ReactionEvent.kind, RepostEvent.kind
|
||||||
),
|
),
|
||||||
tags = mapOf("e" to reactionsToWatch)
|
tags = mapOf("e" to reactionsToWatch)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user