Small tweaks

This commit is contained in:
Dominic Ferrando
2025-04-20 00:43:08 -04:00
parent ae66403cea
commit ee78f5fbe6
3 changed files with 72 additions and 36 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ func main() {
}
// dont pass the op post. only replies
views.ThreadPosts(posts[1:]).Render(r.Context(), w)
views.PostReplies(posts[1:]).Render(r.Context(), w)
})
// -----------------