diff options
| author | grunfink <grunfink@comam.es> | 2026-07-20 16:44:36 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-07-20 16:44:36 +0200 |
| commit | e21c6ce7f7083eac7d49050e18787669c835cd08 (patch) | |
| tree | 59e78a623c7c465c7d9f639d704256f4b58dc6d0 /html.c | |
| parent | f79f8861c22ba5e8c219a4896beb2c686b1d99bf (diff) | |
In build_mentions(), don't add the original poster as a CC.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |