mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 18:10:33 +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 ChannelMetadataEvent
|
||||||
&& it.event !is LnZapRequestEvent
|
&& 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 {
|
.filter {
|
||||||
it.event !is ReactionEvent
|
it.event !is ReactionEvent
|
||||||
||
|
||
|
||||||
|
Reference in New Issue
Block a user