From 0739b9ff596cc7df395e139affcbfd042700dc2d Mon Sep 17 00:00:00 2001 From: default Date: Wed, 16 Nov 2022 12:16:30 +0100 Subject: Also add the 'Sensitive content' checkbox to replies. --- html.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html.c') diff --git a/html.c b/html.c index 8fb3892..863de75 100644 --- a/html.c +++ b/html.c @@ -449,6 +449,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num) "\n" "\n" + "

%s\n" "

\n" "

\n" "

\n" @@ -460,6 +461,7 @@ d_char *html_entry_controls(snac *snac, d_char *os, char *msg, int num) snac->actor, md5, ct, id, + L("Sensitive content"), L("Post") ); -- cgit v1.2.3