Преглед изворни кода

emoji variant selector in react notifications

green пре 1 година
родитељ
комит
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;
             }
         }