summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar green2025-04-13 15:44:24 +0200
committerGravatar green2025-04-13 15:49:18 +0200
commit0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e (patch)
tree25ff6d1bec2c143978f356e2c5d7ea472755853a /html.c
parentemoji variant selector in react notifications (diff)
downloadpenes-snac2-0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e.tar.gz
penes-snac2-0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e.tar.xz
penes-snac2-0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e.zip
cleaned up old changes and outdated comments
Diffstat (limited to 'html.c')
-rw-r--r--html.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/html.c b/html.c
index 1cd9dd9..b9f2419 100644
--- a/html.c
+++ b/html.c
@@ -3136,10 +3136,6 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c
3136 3136
3137 if (!xs_is_null(c)) { 3137 if (!xs_is_null(c)) {
3138 xs *sc = sanitize(c); 3138 xs *sc = sanitize(c);
3139
3140 // replace shortnames in bio
3141 // bug: this somehow fires twice on one specific user
3142 // @ielenia@ck.catwithaclari.net
3143 sc = replace_shortnames(sc, xs_dict_get(actor, "tag"), 2, proxy); 3139 sc = replace_shortnames(sc, xs_dict_get(actor, "tag"), 2, proxy);
3144 3140
3145 xs_html *snac_content = xs_html_tag("div", 3141 xs_html *snac_content = xs_html_tag("div",