🚧 Load ALL identities instead of only trusted ones
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / freenet / wot / IdentityManagerImpl.kt
index 36d31fb..c8c758d 100644 (file)
@@ -56,7 +56,7 @@ class IdentityManagerImpl @Inject constructor(
 
                while (!shouldStop()) {
                        try {
-                               val currentIdentities = identityLoader.loadTrustedIdentities()
+                               val currentIdentities = identityLoader.loadAllIdentities()
 
                                val identitiesWithTrust = currentIdentities.values.flatten()
                                                .groupBy { it.id }