mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 01:31:13 +02:00
change default blossom server to primal
This commit is contained in:
@@ -59,7 +59,7 @@ const UploadComponent: React.FC = () => {
|
||||
const [uploadedNoteId, setUploadedNoteId] = useState("")
|
||||
const [retryCount, setRetryCount] = useState(0)
|
||||
const [shouldFetch, setShouldFetch] = useState(false)
|
||||
const [serverChoice, setServerChoice] = useState("nostr.download")
|
||||
const [serverChoice, setServerChoice] = useState("blossom.primal.net")
|
||||
|
||||
const { events, isLoading: isNoteLoading } = useNostrEvents({
|
||||
filter: shouldFetch
|
||||
|
||||
Reference in New Issue
Block a user