Forcing Notifications with Direct citations only removes too much.

This commit is contained in:
Vitor Pamplona 2023-02-02 14:29:39 -05:00
parent 912ca72d68
commit 4fa6873180

View File

@ -28,7 +28,6 @@ object NostrNotificationDataSource: NostrDataSource<Note>("NotificationFeed") {
return filtered.filter {
it.event !is ChannelCreateEvent
&& it.event !is ChannelMetadataEvent
&& it.directlyCites(account.userProfile())
}.sortedBy { it.event?.createdAt }.reversed()
}