mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 01:32:42 +02:00
Formatting
This commit is contained in:
@@ -18,10 +18,11 @@ class UserProfileNewThreadFeedFilter(val user: User, val account: Account) : Fee
|
||||
val longFormNotes = LocalCache.addressables.values
|
||||
.filter {
|
||||
it.author == user &&
|
||||
(it.event !is PeopleListEvent
|
||||
&& it.event !is BookmarkListEvent
|
||||
&& it.event !is AppRecommendationEvent
|
||||
&& it.event !is EmojiPackSelectionEvent
|
||||
(
|
||||
it.event !is PeopleListEvent &&
|
||||
it.event !is BookmarkListEvent &&
|
||||
it.event !is AppRecommendationEvent &&
|
||||
it.event !is EmojiPackSelectionEvent
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user