From d6568114560162deef8cfa008787be21cd87f63a Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Mon, 24 Nov 2025 00:49:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20Nostr=20relay?= =?UTF-8?q?=20from=20FetchNostrProfileJob?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Jobs/FetchNostrProfileJob.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/FetchNostrProfileJob.php b/app/Jobs/FetchNostrProfileJob.php index 907572e..050f5a9 100644 --- a/app/Jobs/FetchNostrProfileJob.php +++ b/app/Jobs/FetchNostrProfileJob.php @@ -65,7 +65,6 @@ class FetchNostrProfileJob implements ShouldQueue // Setup relay set $relays = [ new Relay('wss://nos.lol'), - new Relay('wss://relay.nostr.band'), ]; $relaySet = new RelaySet(); $relaySet->setRelays($relays);