diff options
Diffstat (limited to 'html.c')
| -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 | |||
| 429 | xs *s = xs_str_new(NULL); | 429 | xs *s = xs_str_new(NULL); |
| 430 | 430 | ||
| 431 | if (strcmp(type, "Follow") == 0) { | 431 | if (strcmp(type, "Follow") == 0) { |
| 432 | actor = xs_dict_get(msg, "actor"); | ||
| 433 | |||
| 434 | s = xs_str_cat(s, "<div class=\"snac-post\">\n"); | 432 | s = xs_str_cat(s, "<div class=\"snac-post\">\n"); |
| 435 | 433 | ||
| 436 | xs *s1 = xs_fmt("<div class=\"snac-origin\">%s</div>\n", L("follows you")); | 434 | xs *s1 = xs_fmt("<div class=\"snac-origin\">%s</div>\n", L("follows you")); |