removes zapstr.live

This commit is contained in:
Vitor Pamplona
2025-11-13 09:11:20 -05:00
parent 43fbf4f40f
commit abcaf19d2b
@@ -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 {