mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-10 12:30:15 +00:00
🛠️ Simplify route definition and update JS for Nostr profile handling
This commit is contained in:
@@ -40,11 +40,10 @@ trait NostrFetcherTrait
|
||||
$requestMessage = new RequestMessage($subscriptionId, $filters);
|
||||
|
||||
$relayUrls = [
|
||||
'wss://relay.nostr.band',
|
||||
'wss://relay.primal.net',
|
||||
'wss://purplepag.es',
|
||||
'wss://nostr.wine',
|
||||
'wss://relay.damus.io',
|
||||
'wss://nostr.einundzwanzig.space',
|
||||
];
|
||||
|
||||
$data = null;
|
||||
|
||||
Reference in New Issue
Block a user