removes zapstr.live
This commit is contained in:
@@ -91,7 +91,6 @@ import com.vitorpamplona.amethyst.ui.theme.QuickActionPopupShadow
|
|||||||
import com.vitorpamplona.amethyst.ui.theme.SmallestBorder
|
import com.vitorpamplona.amethyst.ui.theme.SmallestBorder
|
||||||
import com.vitorpamplona.amethyst.ui.theme.isLight
|
import com.vitorpamplona.amethyst.ui.theme.isLight
|
||||||
import com.vitorpamplona.amethyst.ui.theme.secondaryButtonBackground
|
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.experimental.bounties.bountyBaseReward
|
||||||
import com.vitorpamplona.quartz.nip51Lists.followList.FollowListEvent
|
import com.vitorpamplona.quartz.nip51Lists.followList.FollowListEvent
|
||||||
import com.vitorpamplona.quartz.nip51Lists.peopleList.PeopleListEvent
|
import com.vitorpamplona.quartz.nip51Lists.peopleList.PeopleListEvent
|
||||||
@@ -123,8 +122,6 @@ val externalLinkForNote = { note: Note ->
|
|||||||
"https://nostrbounties.com/b/${note.toNAddr()}"
|
"https://nostrbounties.com/b/${note.toNAddr()}"
|
||||||
} else if (note.event is PeopleListEvent) {
|
} else if (note.event is PeopleListEvent) {
|
||||||
"https://listr.lol/a/${note.toNAddr()}"
|
"https://listr.lol/a/${note.toNAddr()}"
|
||||||
} else if (note.event is AudioTrackEvent) {
|
|
||||||
"https://zapstr.live/?track=${note.toNAddr()}"
|
|
||||||
} else if (note.event is FollowListEvent) {
|
} else if (note.event is FollowListEvent) {
|
||||||
"https://following.space/d/${note.address.dTag}?p=${note.address.pubKeyHex}"
|
"https://following.space/d/${note.address.dTag}?p=${note.address.pubKeyHex}"
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user