commit 251d31e10e7ab70d9480b2e056d1d76260de7046
parent 29c9d6c166206f06c138c65b23c92f1b1db419a4
Author: green <dandelions@disroot.org>
Date: Sat, 22 Mar 2025 20:44:27 +0100
emoji in external bios (i hope)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/html.c b/html.c
@@ -3112,6 +3112,7 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c
if (!xs_is_null(c)) {
xs *sc = sanitize(c);
+ sc = replace_shortnames(sc, xs_dict_get(actor, "tag"), 2, proxy);
xs_html *snac_content = xs_html_tag("div",
xs_html_attr("class", "snac-content"));