aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorgreen <dandelions@disroot.org>2025-04-13 15:04:19 +0200
committergreen <dandelions@disroot.org>2025-04-13 15:04:19 +0200
commit13c9306abe425eeea710bc11e08da8d3fddbeaf2 (patch)
tree6c7b405e30ffc4c4ad8d2a3452777ecfac5fca0c /html.c
parent1a6c3c5e815933e42f1b0be0e0fa2d44ac78036b (diff)
emoji variant selector in react notifications
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 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&#xFE0F;)", type, emoji);
label = wrk;
}
}