diff --git a/app/src/main/java/com/vitorpamplona/amethyst/service/NostrNotificationDataSource.kt b/app/src/main/java/com/vitorpamplona/amethyst/service/NostrNotificationDataSource.kt index ed5440d8f..d3f64562e 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/service/NostrNotificationDataSource.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/service/NostrNotificationDataSource.kt @@ -28,7 +28,6 @@ object NostrNotificationDataSource: NostrDataSource("NotificationFeed") { return filtered.filter { it.event !is ChannelCreateEvent && it.event !is ChannelMetadataEvent - && it.directlyCites(account.userProfile()) }.sortedBy { it.event?.createdAt }.reversed() }