mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 20:17:46 +02:00
Lint formatting
This commit is contained in:
@@ -74,7 +74,9 @@ class UserProfileNewThreadFeedFilter(
|
|||||||
it.event is HighlightEvent ||
|
it.event is HighlightEvent ||
|
||||||
it.event is AudioTrackEvent ||
|
it.event is AudioTrackEvent ||
|
||||||
it.event is AudioHeaderEvent
|
it.event is AudioHeaderEvent
|
||||||
) && it.isNewThread() && account.isAcceptable(it)
|
) &&
|
||||||
|
it.isNewThread() &&
|
||||||
|
account.isAcceptable(it)
|
||||||
|
|
||||||
override fun sort(collection: Set<Note>): List<Note> = collection.sortedWith(DefaultFeedOrder)
|
override fun sort(collection: Set<Note>): List<Note> = collection.sortedWith(DefaultFeedOrder)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user