diff options
author | default <nobody@localhost> | 2023-07-04 14:23:12 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-04 14:23:12 +0200 |
commit | 78b468f013cc2624a4b9044393eb2c86556c98b7 (patch) | |
tree | 356b5fbe8a167b4c309302a56af17bff4de310b6 /html.c | |
parent | 51c3fc9267aecabfc795a03994c9f48bb324b9cc (diff) |
More unfollow notification tweaks.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1510,7 +1510,7 @@ xs_str *html_notifications(snac *snac) if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0) { s = xs_str_cat(s, "<div class=\"snac-post\">\n"); - s = html_msg_icon(snac, s, obj); + s = html_actor_icon(s, actor, NULL, NULL, NULL, 0); s = xs_str_cat(s, "</div>\n"); } |