mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Forcing Notifications with Direct citations only removes too much.
This commit is contained in:
parent
912ca72d68
commit
4fa6873180
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user