diff options
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 | |||
| 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", |