From 78b468f013cc2624a4b9044393eb2c86556c98b7 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 4 Jul 2023 14:23:12 +0200 Subject: More unfollow notification tweaks. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index ce7f511..c9d6edd 100644 --- a/html.c +++ b/html.c @@ -1510,7 +1510,7 @@ xs_str *html_notifications(snac *snac) if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0) { s = xs_str_cat(s, "
\n"); - s = html_msg_icon(snac, s, obj); + s = html_actor_icon(s, actor, NULL, NULL, NULL, 0); s = xs_str_cat(s, "
\n"); } -- cgit v1.2.3