1
0
Эх сурвалжийг харах

emoji variant selector in react notifications

green 1 жил өмнө
parent
commit
13c9306abe
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      html.c

+ 1 - 1
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;
             }
         }