remove highlighter.

This commit is contained in:
fiatjaf
2025-04-08 14:51:15 -03:00
parent fa4d2fec78
commit 6482c688f0

View File

@@ -40,9 +40,8 @@ var (
nostrrrRelay = ClientReference{ID: "nostrrr", Name: "Nostrrr", Base: "https://nostrrr.com/relay/{code}", Platform: platformWeb}
nostrrrProfile = ClientReference{ID: "nostrrr", Name: "Nostrrr", Base: "https://nostrrr.com/p/{code}", Platform: platformWeb}
yakihonne = ClientReference{ID: "yakihonne", Name: "YakiHonne", Base: "https://yakihonne.com/{code}", Platform: platformWeb}
habla = ClientReference{ID: "habla", Name: "Habla", Base: "https://habla.news/a/{code}", Platform: platformWeb}
highlighter = ClientReference{ID: "highlighter", Name: "Highlighter", Base: "https://highlighter.com/a/{code}", Platform: platformWeb}
yakihonne = ClientReference{ID: "yakihonne", Name: "YakiHonne", Base: "https://yakihonne.com/{code}", Platform: platformWeb}
habla = ClientReference{ID: "habla", Name: "Habla", Base: "https://habla.news/a/{code}", Platform: platformWeb}
voyage = ClientReference{ID: "voyage", Name: "Voyage", Base: "intent:{code}#Intent;scheme=nostr;package=com.dluvian.voyage;end`;", Platform: platformAndroid}
olasAndroid = ClientReference{ID: "olas", Name: "Olas", Base: "intent:{code}#Intent;scheme=nostr;package=com.pablof7z.snapstr;end`;", Platform: platformAndroid}
@@ -102,7 +101,7 @@ func generateClientList(
native,
damus, nos, nostur, yakihonneIOS,
yakihonneAndroid, amethyst,
highlighter, yakihonne, habla,
yakihonne, habla,
}
case 1063:
clients = []ClientReference{
@@ -112,7 +111,6 @@ func generateClientList(
}
case 9802:
clients = []ClientReference{
highlighter,
coracle,
nostrudel,
}