For reports, only use the outbox relay if the user has it. (don't use our default bootstrapping relays)

This commit is contained in:
Vitor Pamplona
2025-10-21 19:09:58 -04:00
parent 66096e5b98
commit bf94d0d91c

View File

@@ -69,7 +69,7 @@ class UserReportsSubAssembler(
val trustedAccounts =
mapOfSet {
accounts.map { it.followsPerRelay.value }.forEach {
accounts.map { it.declaredFollowsPerRelay.value }.forEach {
add(it)
}
}