From 7d336285bfa3138da23804cee13499ffad652806 Mon Sep 17 00:00:00 2001 From: xuu Date: Wed, 2 Apr 2025 14:28:12 -0600 Subject: [PATCH] chore: add view thread --- http-html.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http-html.go b/http-html.go index da33915..0eec660 100644 --- a/http-html.go +++ b/http-html.go @@ -203,7 +203,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) {
%s
-
+
View Thread
@@ -215,7 +215,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) { "/?uri="+twter.URI, twter.Nick, twter.URI, uri.Host, "/conv/"+twt.Subject().Tag().Text(), fmt.Sprintf("", twt.Created().Format(time.RFC3339), twt.Created().Format(time.RFC822)), - // time.Since(twt.Created()).Round(time.Minute).String(), + "/conv/"+twt.Subject().Tag().Text(), twt, ) output += int64(i)