From 087fc8c06e1013f52c95b435fcd540777b1ea7c1 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 5 Jun 2023 12:44:52 -0300 Subject: [PATCH] add yakihonne to article readers. --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 0b62314..ce410a1 100644 --- a/utils.go +++ b/utils.go @@ -122,6 +122,7 @@ func generateClientList(code string, event *nostr.Event) []map[string]string { } else if strings.HasPrefix(code, "naddr") { return []map[string]string{ {"name": "Your native client", "url": "nostr:" + code}, + {"name": "YakiHonne", "url": "https://yakihonne.com/article/" + code}, {"name": "Habla", "url": "https://habla.news/a/" + code}, {"name": "Blogstack", "url": "https://blogstack.io/" + code}, } @@ -186,7 +187,6 @@ func basicFormatting(input string) string { } func replaceURLsWithTags(line string) string { - var regex *regexp.Regexp var rline string