mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-23 06:54:20 +01:00
remove highlighter.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user