diff --git a/html.c b/html.c index 43638d5..811aeba 100644 --- a/html.c +++ b/html.c @@ -444,6 +444,8 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i char *type = xs_dict_get(msg, "type"); char *meta = xs_dict_get(msg, "_snac"); char *actor; + int sensitive = 0; + char *v; /* do not show non-public messages in the public timeline */ if (local && !is_msg_public(snac, msg)) @@ -563,6 +565,17 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i /* add the content */ s = xs_str_cat(s, "
\n"); + s = xs_str_cat(s, "