diff options
| author | green <dandelions@disroot.org> | 2025-04-13 15:44:24 +0200 |
|---|---|---|
| committer | green <dandelions@disroot.org> | 2025-04-13 15:49:18 +0200 |
| commit | 0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e (patch) | |
| tree | 25ff6d1bec2c143978f356e2c5d7ea472755853a /html.c | |
| parent | 13c9306abe425eeea710bc11e08da8d3fddbeaf2 (diff) | |
cleaned up old changes and outdated comments
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3136,10 +3136,6 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c if (!xs_is_null(c)) { xs *sc = sanitize(c); - - // replace shortnames in bio - // bug: this somehow fires twice on one specific user - // @ielenia@ck.catwithaclari.net sc = replace_shortnames(sc, xs_dict_get(actor, "tag"), 2, proxy); xs_html *snac_content = xs_html_tag("div", |