From 0f92abd633f7f2996c41f3cbb1340b5bc95c9009 Mon Sep 17 00:00:00 2001 From: quentintaranpino Date: Wed, 20 May 2026 21:35:14 +0200 Subject: [PATCH] Re-add Nostrcheck.me Blossom server to defaults The Blossom entry for nostrcheck.me was dropped in bcd2bc06 ("Removes nip96 and updates Blossom recommendations", v1.06.0, Feb 2026) along with the NIP-96 cleanup. This re-adds only the Blossom endpoint. --- .../vitorpamplona/amethyst/ui/actions/mediaServers/ServerName.kt | 1 + 1 file changed, 1 insertion(+) 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 e81f65e51c..4fc05e1c02 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 @@ -38,6 +38,7 @@ enum class ServerType { val DEFAULT_MEDIA_SERVERS: List = listOf( ServerName("Nostr.Build", "https://blossom.band/", ServerType.Blossom), + ServerName("Nostrcheck.me", "https://cdn.nostrcheck.me", ServerType.Blossom), ServerName("24242.io", "https://24242.io/", ServerType.Blossom), ServerName("Azzamo", "https://blossom.azzamo.media", ServerType.Blossom), ServerName("YakiHonne", "https://blossom.yakihonne.com/", ServerType.Blossom),