diff options
author | default <nobody@localhost> | 2024-07-30 18:27:09 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-07-30 18:27:09 +0200 |
commit | f8fa7167e2ad67f63d7e873f87e7dab8a782bc17 (patch) | |
tree | 2d9e10bcb8775a2370d4b4e069826ad339ad861f /html.c | |
parent | 21c9245f7ffbc217903572665509bb4e7b7620ea (diff) |
Notify blocks.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |