mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 21:35:04 +00:00
Don't show the messages' md5.
This commit is contained in:
parent
002bec4def
commit
144d3c29a9
1 changed files with 2 additions and 0 deletions
2
html.c
2
html.c
|
@ -626,11 +626,13 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int
|
||||||
sensitive = 1;
|
sensitive = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
{
|
{
|
||||||
xs *md5 = xs_md5_hex(id, strlen(id));
|
xs *md5 = xs_md5_hex(id, strlen(id));
|
||||||
xs *s1 = xs_fmt("<p><code>%s</code></p>\n", md5);
|
xs *s1 = xs_fmt("<p><code>%s</code></p>\n", md5);
|
||||||
s = xs_str_cat(s, s1);
|
s = xs_str_cat(s, s1);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
{
|
{
|
||||||
xs *c = sanitize(xs_dict_get(msg, "content"));
|
xs *c = sanitize(xs_dict_get(msg, "content"));
|
||||||
|
|
Loading…
Reference in a new issue