From de287c625bedd4c554d6e837dbd31fb2e2dc1ab6 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 19 Oct 2025 23:47:33 +0200 Subject: [PATCH] chore: remove relay.current.fyi from relay list Removed 'wss://relay.current.fyi' from both api/article-og.ts and src/config/relays.ts as this relay is no longer used. --- api/article-og.ts | 1 - src/config/relays.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/api/article-og.ts b/api/article-og.ts index 81a95169..f4469fc7 100644 --- a/api/article-og.ts +++ b/api/article-og.ts @@ -15,7 +15,6 @@ const RELAYS = [ 'wss://relay.dergigi.com', 'wss://wot.dergigi.com', 'wss://relay.snort.social', - 'wss://relay.current.fyi', 'wss://nostr-pub.wellorder.net', 'wss://purplepag.es', 'wss://relay.primal.net' diff --git a/src/config/relays.ts b/src/config/relays.ts index dc7c95ee..0fcdc66a 100644 --- a/src/config/relays.ts +++ b/src/config/relays.ts @@ -14,7 +14,6 @@ export const RELAYS = [ 'wss://relay.dergigi.com', 'wss://wot.dergigi.com', 'wss://relay.snort.social', - 'wss://relay.current.fyi', 'wss://nostr-pub.wellorder.net', 'wss://purplepag.es', 'wss://relay.primal.net',