From d86c9790af4501ee7be73e4d3c989a55ddbb225f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Thu, 9 Oct 2025 21:25:42 +0200 Subject: [PATCH] Publish, for real --- src/Service/NostrClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/NostrClient.php b/src/Service/NostrClient.php index 1002b04..2a6880a 100644 --- a/src/Service/NostrClient.php +++ b/src/Service/NostrClient.php @@ -176,7 +176,7 @@ class NostrClient // If no relays, fetch relays for user then post to those if (empty($relays)) { $key = new Key(); - $relays = $this->redisCacheService->getRelays($key->convertPublicKeyToBech32($event->getPublicKey())); + $relays = $this->getTopReputableRelaysForAuthor($key->convertPublicKeyToBech32($event->getPublicKey()), 5); } $relaySet = new RelaySet();