mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 17:16:46 +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 =
|
val trustedAccounts =
|
||||||
mapOfSet {
|
mapOfSet {
|
||||||
accounts.map { it.followsPerRelay.value }.forEach {
|
accounts.map { it.declaredFollowsPerRelay.value }.forEach {
|
||||||
add(it)
|
add(it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user