Formatting
This commit is contained in:
+5
-4
@@ -18,10 +18,11 @@ class UserProfileNewThreadFeedFilter(val user: User, val account: Account) : Fee
|
|||||||
val longFormNotes = LocalCache.addressables.values
|
val longFormNotes = LocalCache.addressables.values
|
||||||
.filter {
|
.filter {
|
||||||
it.author == user &&
|
it.author == user &&
|
||||||
(it.event !is PeopleListEvent
|
(
|
||||||
&& it.event !is BookmarkListEvent
|
it.event !is PeopleListEvent &&
|
||||||
&& it.event !is AppRecommendationEvent
|
it.event !is BookmarkListEvent &&
|
||||||
&& it.event !is EmojiPackSelectionEvent
|
it.event !is AppRecommendationEvent &&
|
||||||
|
it.event !is EmojiPackSelectionEvent
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user