diff options
author | default <nobody@localhost> | 2022-10-10 10:47:54 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-10 10:47:54 +0200 |
commit | 1b9ae00d40d255bd37d5eab2a6cb4645c612fe38 (patch) | |
tree | fa2612d1d4b8272c01f1f88ee9041dd3c829bc8b | |
parent | 8f5b0b2ea2c746287ff8cecd28f147496052d2cf (diff) |
Deleted unused code.
-rw-r--r-- | html.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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")); |