mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-08 23:54:39 +00: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:
+1
-1
@@ -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