mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Show the mentioned people after a CC:.
This commit is contained in:
parent
f5ac531c92
commit
029367f7cc
1 changed files with 5 additions and 0 deletions
5
html.c
5
html.c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue