summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-04 06:34:42 +0100
committerdefault <nobody@localhost>2022-12-04 06:34:42 +0100
commit144d3c29a9ffb376a73f8f56ce3dffb827997100 (patch)
treeafad97294d6aba049577e88340971b31a765f0f1
parent002bec4deff7abf9823bbd80c0174785a0713de7 (diff)
Don't show the messages' md5.
-rw-r--r--html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.c b/html.c
index 6f85c83..d0ccd23 100644
--- a/html.c
+++ b/html.c
@@ -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"));