mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 19:16:47 +01:00
For reports, only use the outbox relay if the user has it. (don't use our default bootstrapping relays)
This commit is contained in:
@@ -69,7 +69,7 @@ class UserReportsSubAssembler(
|
||||
|
||||
val trustedAccounts =
|
||||
mapOfSet {
|
||||
accounts.map { it.followsPerRelay.value }.forEach {
|
||||
accounts.map { it.declaredFollowsPerRelay.value }.forEach {
|
||||
add(it)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user