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.
This commit is contained in:
quentintaranpino
2026-05-20 21:35:14 +02:00
parent 5962f7d659
commit 0f92abd633
@@ -38,6 +38,7 @@ enum class ServerType {
val DEFAULT_MEDIA_SERVERS: List<ServerName> =
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),