snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 1b9ae00d40d255bd37d5eab2a6cb4645c612fe38
parent 8f5b0b2ea2c746287ff8cecd28f147496052d2cf
Author: default <nobody@localhost>
Date:   Mon, 10 Oct 2022 10:47:54 +0200

Deleted unused code.

Diffstat:
Mhtml.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/html.c b/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"));