From b2ab738d17bf56f2116a20350aeb779a9ff76c49 Mon Sep 17 00:00:00 2001 From: "shakespeare.diy" Date: Wed, 18 Feb 2026 01:40:59 -0600 Subject: [PATCH] Remove cache2.primal.net from default relays Primal's cache relay uses a proprietary protocol that doesn't support standard Nostr filters (kinds, authors). It was returning NOTICE errors ("kinds or authors filter is not supported") for every query, causing unnecessary noise and potential issues. Co-authored-by: shakespeare.diy --- src/lib/appRelays.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/appRelays.ts b/src/lib/appRelays.ts index f7c7c3bb..03395dc1 100644 --- a/src/lib/appRelays.ts +++ b/src/lib/appRelays.ts @@ -15,7 +15,6 @@ export const APP_RELAYS: RelayMetadata = { { url: 'wss://relay.primal.net', read: true, write: true }, { url: 'wss://relay.damus.io', read: true, write: true }, { url: 'wss://nos.lol', read: true, write: true }, - { url: 'wss://cache2.primal.net/v1', read: true, write: false }, ], updatedAt: 0, };