summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
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 3c5903d..103ce3d 100644
--- a/html.c
+++ b/html.c
@@ -3362,7 +3362,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
3362 if (strcmp(type, "Undo") == 0 && strcmp(utype, "Follow") == 0) 3362 if (strcmp(type, "Undo") == 0 && strcmp(utype, "Follow") == 0)
3363 label = L("Unfollow"); 3363 label = L("Unfollow");
3364 else 3364 else
3365 if (strcmp(type, "EmojiReact") == 0) { 3365 if (strcmp(type, "EmojiReact") == 0 || strcmp(type, "Like") == 0) {
3366 const char *content = xs_dict_get_path(noti, "msg.content"); 3366 const char *content = xs_dict_get_path(noti, "msg.content");
3367 3367
3368 if (xs_type(content) == XSTYPE_STRING) { 3368 if (xs_type(content) == XSTYPE_STRING) {