From 438635102269dd8b9833cadfb15b06a6aaa5ec09 Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Wed, 8 Feb 2023 13:40:03 -0800 Subject: [PATCH] Public relay name change --- Core/Nostr/ThirdPartyRelays.php | 2 +- settings.example.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Nostr/ThirdPartyRelays.php b/Core/Nostr/ThirdPartyRelays.php index 89aac91b89..510f01f906 100644 --- a/Core/Nostr/ThirdPartyRelays.php +++ b/Core/Nostr/ThirdPartyRelays.php @@ -74,7 +74,7 @@ protected function getClients(): array } $relays = $this->config->get('nostr')['relays'] ?? [ 'wss://nostr-relay.untethr.me', - 'wss://nostr.bitcoiner.social', + 'wss://offchain.pub', 'wss://nostr-relay.wlvs.space', 'wss://nostr-pub.wellorder.net' ]; diff --git a/settings.example.php b/settings.example.php index f5b4000277..f44244c280 100644 --- a/settings.example.php +++ b/settings.example.php @@ -896,7 +896,7 @@ 'domain' => 'minds.io', 'relays' => [ 'wss://nostr-relay.untethr.me', - 'wss://nostr.bitcoiner.social', + 'wss://offchain.pub', 'wss://nostr-relay.wlvs.space', 'wss://nostr-pub.wellorder.net' ]