summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-01-09 09:24:09 +0100
committerGravatar default2023-01-09 09:24:09 +0100
commit029367f7cc9c8f4d7ed1ff1fbf81e7326c3eab78 (patch)
tree71eb79489134439fd599b4e022518c5607148644
parentLog check_signature() errors. (diff)
downloadpenes-snac2-029367f7cc9c8f4d7ed1ff1fbf81e7326c3eab78.tar.gz
penes-snac2-029367f7cc9c8f4d7ed1ff1fbf81e7326c3eab78.tar.xz
penes-snac2-029367f7cc9c8f4d7ed1ff1fbf81e7326c3eab78.zip
Show the mentioned people after a CC:.
-rw-r--r--html.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/html.c b/html.c
index 8298d87..e65e8cd 100644
--- a/html.c
+++ b/html.c
@@ -416,6 +416,11 @@ d_char *build_mentions(snac *snac, char *msg)
416 } 416 }
417 } 417 }
418 418
419 if (*s) {
420 xs *s1 = s;
421 s = xs_fmt("\n\n\nCC: %s", s1);
422 }
423
419 return s; 424 return s;
420} 425}
421 426