fix primal url and html/template escaping the native link scheme.

This commit is contained in:
fiatjaf
2023-05-11 20:53:27 -03:00
parent e5231ec504
commit e6094dac1a
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ func generateClientList(code string, event *nostr.Event) []map[string]string {
// {"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": "primal", "url": "https://primal.net/profile/" + event.PubKey},
{"name": "nostribe", "url": "https://www.nostribe.com/profile/" + event.PubKey},
{"name": "nostrid", "url": "https://web.nostrid.app/account/" + event.PubKey},
}