add yosup.

This commit is contained in:
fiatjaf
2023-05-11 05:38:49 -03:00
parent 119ff1e0e3
commit f51daebfd4

View File

@@ -42,6 +42,7 @@ func generateClientList(code string, event *nostr.Event) []map[string]string {
{"name": "coracle", "url": "https://coracle.social/" + code}, {"name": "coracle", "url": "https://coracle.social/" + code},
{"name": "satellite", "url": "https://satellite.earth/thread/" + event.ID}, {"name": "satellite", "url": "https://satellite.earth/thread/" + event.ID},
// {"name": "iris", "url": ""}, doesn't support nevent or hex // {"name": "iris", "url": ""}, doesn't support nevent or hex
{"name": "yosup", "url": "https://yosup.app/thread/" + event.ID},
{"name": "nostr.band", "url": "https://nostr.band/" + code}, {"name": "nostr.band", "url": "https://nostr.band/" + code},
{"name": "primal", "url": "https://primal.net/thread/" + event.ID}, {"name": "primal", "url": "https://primal.net/thread/" + event.ID},
{"name": "nostribe", "url": "https://www.nostribe.com/post/" + event.ID}, {"name": "nostribe", "url": "https://www.nostribe.com/post/" + event.ID},
@@ -54,6 +55,7 @@ func generateClientList(code string, event *nostr.Event) []map[string]string {
{"name": "coracle", "url": "https://coracle.social/" + code}, {"name": "coracle", "url": "https://coracle.social/" + code},
// {"name": "satellite", "url": ""}, doesn't support nprofile or hex // {"name": "satellite", "url": ""}, doesn't support nprofile or hex
// {"name": "iris", "url": ""}, doesn't support nprofile or hex // {"name": "iris", "url": ""}, doesn't support nprofile or hex
{"name": "yosup", "url": "https://yosup.app/profile/" + event.PubKey},
{"name": "nostr.band", "url": "https://nostr.band/" + code}, {"name": "nostr.band", "url": "https://nostr.band/" + code},
{"name": "primal", "url": "https://primal.net/thread/" + event.PubKey}, {"name": "primal", "url": "https://primal.net/thread/" + event.PubKey},
{"name": "nostribe", "url": "https://www.nostribe.com/profile/" + event.PubKey}, {"name": "nostribe", "url": "https://www.nostribe.com/profile/" + event.PubKey},