commit 13c9306abe425eeea710bc11e08da8d3fddbeaf2
parent 1a6c3c5e815933e42f1b0be0e0fa2d44ac78036b
Author: green <dandelions@disroot.org>
Date: Sun, 13 Apr 2025 15:04:19 +0200
emoji variant selector in react notifications
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
}
}