From 68d46864242312280d9c1a9be5194304d0e7fd17 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 13 Feb 2025 17:10:51 -0500 Subject: [PATCH] Adds NostrMedia as a paid blossom relay option --- .../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 9574f0c5c..d22297eed 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 @@ -41,4 +41,5 @@ val DEFAULT_MEDIA_SERVERS: List = 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), + ServerName("NostrMedia (Paid)", "https://nostrmedia.com", ServerType.Blossom), )