From e21c6ce7f7083eac7d49050e18787669c835cd08 Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 20 Jul 2026 16:44:36 +0200 Subject: In build_mentions(), don't add the original poster as a CC. --- html.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'html.c') diff --git a/html.c b/html.c index 5ba00ba..4810601 100644 --- a/html.c +++ b/html.c @@ -2045,6 +2045,9 @@ xs_str *build_mentions(snac *user, const xs_dict *msg) } } +#if 0 + /* disabled by now */ + /* also add the author of this post as a mention */ const char *atto = get_atto(msg); @@ -2065,6 +2068,7 @@ xs_str *build_mentions(snac *user, const xs_dict *msg) } } } +#endif if (*s) { xs *s1 = s; -- cgit