From 9616eee62f3d5f297ce27424303eb699f0ecfbf4 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 2 Dec 2025 09:32:46 +0000 Subject: [PATCH] Change link for hashtag search --- bsky/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsky/parse.go b/bsky/parse.go index a06f131..97a915b 100644 --- a/bsky/parse.go +++ b/bsky/parse.go @@ -361,7 +361,7 @@ func (post *Post) ProcessFacets(aliases []Records) string { link := fmt.Sprintf(`%s`, feature.URI, post.Text[start:end]) result.WriteString(link) case "app.bsky.richtext.facet#tag": - link := fmt.Sprintf(`%s`, feature.Tag, post.Text[start:end]) + link := fmt.Sprintf(`%s`, feature.Tag, post.Text[start:end]) result.WriteString(link) default: result.WriteString(post.Text[start:end])