mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-11 07:36:44 +01:00
Fixes bug when loading users
This commit is contained in:
@@ -83,7 +83,7 @@ fun filterUserMetadataForKey(
|
|||||||
}
|
}
|
||||||
|
|
||||||
listOfNotNull(
|
listOfNotNull(
|
||||||
if (firstTimers.isEmpty()) {
|
if (firstTimers.isNotEmpty()) {
|
||||||
RelayBasedFilter(
|
RelayBasedFilter(
|
||||||
relay = relay,
|
relay = relay,
|
||||||
filter =
|
filter =
|
||||||
|
|||||||
Reference in New Issue
Block a user