mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 05:40:49 +02:00
Forcing Notifications with Direct citations only removes too much.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user