From a8bccaac2811e7c8bb3681fb8f1685e11cb55756 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Fri, 14 May 2021 17:32:17 +0200
Subject: [PATCH] fix(peers): convert nonWoT to member bool

---
 app/lib/dto/PeerDTO.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/lib/dto/PeerDTO.ts b/app/lib/dto/PeerDTO.ts
index 50c9b109c..8f5c14b4f 100644
--- a/app/lib/dto/PeerDTO.ts
+++ b/app/lib/dto/PeerDTO.ts
@@ -346,7 +346,7 @@ export class PeerDTO implements Cloneable {
       p.signature,
       p.status,
       p.statusTS,
-      false
+      !p.nonWoT
     );
   }
 
-- 
GitLab