diff options
| author | 2025-04-13 15:44:24 +0200 | |
|---|---|---|
| committer | 2025-04-13 15:49:18 +0200 | |
| commit | 0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e (patch) | |
| tree | 25ff6d1bec2c143978f356e2c5d7ea472755853a /html.c | |
| parent | emoji variant selector in react notifications (diff) | |
| download | penes-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.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", |