mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🧹 Remove unused Nostr relay from FetchNostrProfileJob
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user