mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 04:01:08 +02:00
Reverts to show all replies in Notifications.
This commit is contained in:
@@ -23,19 +23,6 @@ object NotificationFeedFilter: FeedFilter<Note>() {
|
||||
&& it.event !is ChannelMetadataEvent
|
||||
&& it.event !is LnZapRequestEvent
|
||||
}
|
||||
.filter {
|
||||
it.event !is TextNoteEvent
|
||||
||
|
||||
(
|
||||
it.event is TextNoteEvent
|
||||
&&
|
||||
(
|
||||
it.replyTo?.lastOrNull()?.author == account.userProfile()
|
||||
||
|
||||
account.userProfile() in it.directlyCiteUsers()
|
||||
)
|
||||
)
|
||||
}
|
||||
.filter {
|
||||
it.event !is ReactionEvent
|
||||
||
|
||||
|
Reference in New Issue
Block a user