From abcaf19d2b4b04ff04ccd3b9c550865d71735db1 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 13 Nov 2025 09:11:20 -0500 Subject: [PATCH] removes zapstr.live --- .../com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt index 18716dd0f..070403e87 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteQuickActionMenu.kt @@ -91,7 +91,6 @@ import com.vitorpamplona.amethyst.ui.theme.QuickActionPopupShadow import com.vitorpamplona.amethyst.ui.theme.SmallestBorder import com.vitorpamplona.amethyst.ui.theme.isLight import com.vitorpamplona.amethyst.ui.theme.secondaryButtonBackground -import com.vitorpamplona.quartz.experimental.audio.track.AudioTrackEvent import com.vitorpamplona.quartz.experimental.bounties.bountyBaseReward import com.vitorpamplona.quartz.nip51Lists.followList.FollowListEvent import com.vitorpamplona.quartz.nip51Lists.peopleList.PeopleListEvent @@ -123,8 +122,6 @@ val externalLinkForNote = { note: Note -> "https://nostrbounties.com/b/${note.toNAddr()}" } else if (note.event is PeopleListEvent) { "https://listr.lol/a/${note.toNAddr()}" - } else if (note.event is AudioTrackEvent) { - "https://zapstr.live/?track=${note.toNAddr()}" } else if (note.event is FollowListEvent) { "https://following.space/d/${note.address.dTag}?p=${note.address.pubKeyHex}" } else {