diff options
| author | green <dandelions@disroot.org> | 2026-01-25 00:30:38 +0100 |
|---|---|---|
| committer | green <dandelions@disroot.org> | 2026-01-25 00:30:38 +0100 |
| commit | a14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48 (patch) | |
| tree | a8fb29437a82de7afb581dc14650d7c41514343a /html.c | |
| parent | 2216ac4662eed9235eadcafcfbf83928750abb67 (diff) | |
poll-limits: revert accidentally commited changes
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3213,7 +3213,6 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, xs_html *add_hashtags = xs_html_tag("ul", xs_html_attr("class", "snac-more-hashtags")); - // todo: wafrn hashtags xs_list_foreach(tags, tag) { const char *type = xs_dict_get(tag, "type"); @@ -3864,8 +3863,6 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c xs_free(xs_html_render(snac_metadata)); } - // todo: add metadata from "attachemnt"->"PropertyValue" - /* buttons */ xs *btn_form_action = xs_fmt("%s/admin/action", user->actor); |