mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Deleted unused code.
This commit is contained in:
parent
8f5b0b2ea2
commit
1b9ae00d40
2
html.c
2
html.c
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user