From 7306338e7f23d652b6b0bfecddcee408a4227169 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Tue, 14 Jun 2022 14:50:32 -0700 Subject: added sendtofollowers to cc incase not already sending to followers ie. sending from other server than fchannel --- views/partials/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/partials') diff --git a/views/partials/posts.html b/views/partials/posts.html index 8ae1745..d57a199 100644 --- a/views/partials/posts.html +++ b/views/partials/posts.html @@ -48,7 +48,7 @@ {{ .Name }} {{ if .AttributedTo }} {{.AttributedTo }} {{ else }} Anonymous {{ end }} {{ .TripCode }} - +
{{ parseContent $board.Actor $opId .Content $thread .Id $page.PostType }}
{{ if .Replies }} {{ $replies := .Replies }} -- cgit v1.2.3