From 13c9306abe425eeea710bc11e08da8d3fddbeaf2 Mon Sep 17 00:00:00 2001 From: green Date: Sun, 13 Apr 2025 15:04:19 +0200 Subject: emoji variant selector in react notifications --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index be89453..1cd9dd9 100644 --- a/html.c +++ b/html.c @@ -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; } } -- cgit v1.2.3