mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 15:50:54 +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 {
|
return filtered.filter {
|
||||||
it.event !is ChannelCreateEvent
|
it.event !is ChannelCreateEvent
|
||||||
&& it.event !is ChannelMetadataEvent
|
&& it.event !is ChannelMetadataEvent
|
||||||
&& it.directlyCites(account.userProfile())
|
|
||||||
}.sortedBy { it.event?.createdAt }.reversed()
|
}.sortedBy { it.event?.createdAt }.reversed()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user