From b5f9aa9cb0c852c31567a3b94de82d02ef77cdf6 Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 23 Feb 2026 18:14:11 +0100 Subject: Increase the level argument in quoted posts. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index dd5d8e0..87f0159 100644 --- a/html.c +++ b/html.c @@ -2799,7 +2799,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, xs_html_add(snac_content, xs_html_tag("blockquote", xs_html_attr("class", "snac-quoted-post"), - html_entry(user, quoted_post, 1, 1, NULL, 1))); + html_entry(user, quoted_post, 1, level + 1, NULL, 1))); } else if (user) -- cgit v1.2.3