diff options
| author | 2025-04-13 15:04:19 +0200 | |
|---|---|---|
| committer | 2025-04-13 15:04:19 +0200 | |
| commit | 13c9306abe425eeea710bc11e08da8d3fddbeaf2 (patch) | |
| tree | 6c7b405e30ffc4c4ad8d2a3452777ecfac5fca0c /html.c | |
| parent | better control over the emoji class (diff) | |
| download | penes-snac2-13c9306abe425eeea710bc11e08da8d3fddbeaf2.tar.gz penes-snac2-13c9306abe425eeea710bc11e08da8d3fddbeaf2.tar.xz penes-snac2-13c9306abe425eeea710bc11e08da8d3fddbeaf2.zip | |
emoji variant selector in react notifications
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3375,7 +3375,7 @@ xs_str *html_notifications(snac *user, int skip, int show) | |||
| 3375 | 3375 | ||
| 3376 | if (xs_type(content) == XSTYPE_STRING) { | 3376 | if (xs_type(content) == XSTYPE_STRING) { |
| 3377 | xs *emoji = replace_shortnames(xs_dup(content), xs_dict_get_path(noti, "msg.tag"), 1, proxy); | 3377 | xs *emoji = replace_shortnames(xs_dup(content), xs_dict_get_path(noti, "msg.tag"), 1, proxy); |
| 3378 | wrk = xs_fmt("%s (%s)", type, emoji); | 3378 | wrk = xs_fmt("%s (%s️)", type, emoji); |
| 3379 | label = wrk; | 3379 | label = wrk; |
| 3380 | } | 3380 | } |
| 3381 | } | 3381 | } |