emoji variant selector in react notifications

This commit is contained in:
green
2025-04-13 15:04:19 +02:00
parent 1a6c3c5e81
commit 13c9306abe
+1 -1
View File
@@ -3375,7 +3375,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
if (xs_type(content) == XSTYPE_STRING) {
xs *emoji = replace_shortnames(xs_dup(content), xs_dict_get_path(noti, "msg.tag"), 1, proxy);
wrk = xs_fmt("%s (%s)", type, emoji);
wrk = xs_fmt("%s (%s️)", type, emoji);
label = wrk;
}
}