mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-01 00:18:30 +02:00
formatting
This commit is contained in:
parent
f6b947430a
commit
aa4e6c051e
@ -62,7 +62,9 @@ class GeoHashFeedFilter(
|
||||
it.event is PrivateDmEvent ||
|
||||
it.event is PollNoteEvent ||
|
||||
it.event is AudioHeaderEvent
|
||||
) && it.event?.isTaggedGeoHash(geoTag) == true && account.isAcceptable(it)
|
||||
) &&
|
||||
it.event?.isTaggedGeoHash(geoTag) == true &&
|
||||
account.isAcceptable(it)
|
||||
|
||||
override fun sort(collection: Set<Note>): List<Note> = collection.sortedWith(DefaultFeedOrder)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user