Deleted unused code.

This commit is contained in:
default 2022-10-10 10:47:54 +02:00
parent 8f5b0b2ea2
commit 1b9ae00d40

2
html.c
View File

@ -429,8 +429,6 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i
xs *s = xs_str_new(NULL);
if (strcmp(type, "Follow") == 0) {
actor = xs_dict_get(msg, "actor");
s = xs_str_cat(s, "<div class=\"snac-post\">\n");
xs *s1 = xs_fmt("<div class=\"snac-origin\">%s</div>\n", L("follows you"));