From aaaeb75aac38061365955e7a2297fa5b9cc41d90 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Tue, 23 Jul 2024 13:07:34 +1000 Subject: [PATCH] more --- client/src/utils/relays.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils/relays.ts b/client/src/utils/relays.ts index a250f2f..b14204f 100644 --- a/client/src/utils/relays.ts +++ b/client/src/utils/relays.ts @@ -11,7 +11,7 @@ type Subscribe = { unsub?: boolean; }; -const blacklistUrl = ["lain.la", "casualcrypto.date", "files.catbox.moe"]; +const blacklistUrl = ["lain.la", "casualcrypto.date", "files.catbox.moe", "m.primal.net"]; const subList: Array = []; const currentSubList: Array = [];