From a1f7cef90f8990a0f64661a760ca596d03a031db Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 30 Sep 2024 20:52:58 +0200 Subject: [PATCH] feat: add nostr.einundzwanzig.space to NostrFetcherTrait --- app/Traits/NostrFetcherTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Traits/NostrFetcherTrait.php b/app/Traits/NostrFetcherTrait.php index 2fcbe74..1325682 100644 --- a/app/Traits/NostrFetcherTrait.php +++ b/app/Traits/NostrFetcherTrait.php @@ -46,6 +46,7 @@ trait NostrFetcherTrait 'wss://purplepag.es', 'wss://nostr.wine', 'wss://relay.damus.io', + 'wss://nostr.einundzwanzig.space', ]; $data = null;