diff options
author | default <nobody@localhost> | 2022-12-04 06:34:42 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-04 06:34:42 +0100 |
commit | 144d3c29a9ffb376a73f8f56ce3dffb827997100 (patch) | |
tree | afad97294d6aba049577e88340971b31a765f0f1 | |
parent | 002bec4deff7abf9823bbd80c0174785a0713de7 (diff) |
Don't show the messages' md5.
-rw-r--r-- | html.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -626,11 +626,13 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, int sensitive = 1; } +#if 0 { xs *md5 = xs_md5_hex(id, strlen(id)); xs *s1 = xs_fmt("<p><code>%s</code></p>\n", md5); s = xs_str_cat(s, s1); } +#endif { xs *c = sanitize(xs_dict_get(msg, "content")); |