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 <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-18 01:40:59 -06:00
parent 7b7f8f4811
commit b2ab738d17
-1
View File
@@ -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,
};