Add kind 30023 to clients match

This commit is contained in:
Daniele Tonon
2023-08-08 15:55:21 +02:00
parent 3a2e625e63
commit dfff0e4600

View File

@@ -129,7 +129,7 @@ func generateClientList(code string, event *nostr.Event) []ClientReference {
{Name: "Nostr.band", URL: "https://nostr.band/" + code}, {Name: "Nostr.band", URL: "https://nostr.band/" + code},
{Name: "Highlighter", URL: "https://highlighter.com/p/" + event.PubKey}, {Name: "Highlighter", URL: "https://highlighter.com/p/" + event.PubKey},
} }
} else if event.Kind == 30023 { } else if event.Kind == 30023 || event.Kind == 30024 {
return []ClientReference{ return []ClientReference{
{Name: "Your native client", URL: "nostr:" + code}, {Name: "Your native client", URL: "nostr:" + code},
{Name: "YakiHonne", URL: "https://yakihonne.com/article/" + code}, {Name: "YakiHonne", URL: "https://yakihonne.com/article/" + code},