Reduce message relays

This commit is contained in:
austinkelsay 2024-10-13 15:36:03 -05:00
parent 0cf5772fc6
commit 4d84a15aa8

View File

@ -18,10 +18,7 @@ const MessageInput = ({ onMessageSent }) => {
"wss://relay.snort.social/",
"wss://relay.nostr.band/",
"wss://relay.mutinywallet.com/",
"wss://relay.primal.net/",
"wss://nostr21.com/",
"wss://nostrue.com/",
"wss://purplerelay.com/"]
"wss://relay.primal.net/"]
});
const { showToast } = useToast();