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