From 64cf81b523c9dcfb1550bd31a963bbcd76d1acf8 Mon Sep 17 00:00:00 2001 From: davotoula Date: Thu, 18 Sep 2025 16:33:32 +0200 Subject: [PATCH] remove void.cat from default servers --- .../vitorpamplona/amethyst/ui/actions/mediaServers/ServerName.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/ServerName.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/ServerName.kt index a7698c60a..3f2e6d8f3 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/ServerName.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/ServerName.kt @@ -37,7 +37,6 @@ val DEFAULT_MEDIA_SERVERS: List = ServerName("Nostr.Build", "https://nostr.build", ServerType.NIP96), ServerName("NostrCheck.me (NIP-96)", "https://nostrcheck.me", ServerType.NIP96), ServerName("Sovbit", "https://files.sovbit.host", ServerType.NIP96), - ServerName("Void.cat", "https://void.cat", ServerType.NIP96), ServerName("Satellite (Paid)", "https://cdn.satellite.earth", ServerType.Blossom), ServerName("NostrCheck.me (Blossom)", "https://cdn.nostrcheck.me", ServerType.Blossom), ServerName("Nostr.Download", "https://nostr.download", ServerType.Blossom),