summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2023-07-04 14:23:12 +0200
committerGravatar default2023-07-04 14:23:12 +0200
commit78b468f013cc2624a4b9044393eb2c86556c98b7 (patch)
tree356b5fbe8a167b4c309302a56af17bff4de310b6 /html.c
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-78b468f013cc2624a4b9044393eb2c86556c98b7.tar.gz
snac2-78b468f013cc2624a4b9044393eb2c86556c98b7.tar.xz
snac2-78b468f013cc2624a4b9044393eb2c86556c98b7.zip
More unfollow notification tweaks.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
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)
1510 if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0) { 1510 if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0) {
1511 s = xs_str_cat(s, "<div class=\"snac-post\">\n"); 1511 s = xs_str_cat(s, "<div class=\"snac-post\">\n");
1512 1512
1513 s = html_msg_icon(snac, s, obj); 1513 s = html_actor_icon(s, actor, NULL, NULL, NULL, 0);
1514 1514
1515 s = xs_str_cat(s, "</div>\n"); 1515 s = xs_str_cat(s, "</div>\n");
1516 } 1516 }