Show the mentioned people after a CC:.

This commit is contained in:
default 2023-01-09 09:24:09 +01:00
parent f5ac531c92
commit 029367f7cc

5
html.c
View File

@ -416,6 +416,11 @@ d_char *build_mentions(snac *snac, char *msg)
}
}
if (*s) {
xs *s1 = s;
s = xs_fmt("\n\n\nCC: %s", s1);
}
return s;
}