From f8fa7167e2ad67f63d7e873f87e7dab8a782bc17 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 30 Jul 2024 18:27:09 +0200 Subject: Notify blocks. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 642d63a..86ff3f2 100644 --- a/html.c +++ b/html.c @@ -2525,7 +2525,7 @@ xs_str *html_notifications(snac *user, int skip, int show) xs_html_attr("title", date), xs_html_text(s_date)))); - if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0) { + if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0 || strcmp(type, "Block") == 0) { xs_html_add(entry, xs_html_tag("div", xs_html_attr("class", "snac-post"), -- cgit v1.2.3