aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorgreen <dandelions@disroot.org>2026-01-25 00:30:38 +0100
committergreen <dandelions@disroot.org>2026-01-25 00:30:38 +0100
commita14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48 (patch)
treea8fb29437a82de7afb581dc14650d7c41514343a /html.c
parent2216ac4662eed9235eadcafcfbf83928750abb67 (diff)
poll-limits: revert accidentally commited changes
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/html.c b/html.c
index 77ffda9..0ee4d71 100644
--- a/html.c
+++ b/html.c
@@ -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);