diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) { |