mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 06:44:22 +01:00
add yosup.
This commit is contained in:
2
utils.go
2
utils.go
@@ -42,6 +42,7 @@ func generateClientList(code string, event *nostr.Event) []map[string]string {
|
||||
{"name": "coracle", "url": "https://coracle.social/" + code},
|
||||
{"name": "satellite", "url": "https://satellite.earth/thread/" + event.ID},
|
||||
// {"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": "primal", "url": "https://primal.net/thread/" + 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": "satellite", "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": "primal", "url": "https://primal.net/thread/" + event.PubKey},
|
||||
{"name": "nostribe", "url": "https://www.nostribe.com/profile/" + event.PubKey},
|
||||
|
||||
Reference in New Issue
Block a user