diff options
| author | 2026-01-25 00:30:38 +0100 | |
|---|---|---|
| committer | 2026-01-25 00:30:38 +0100 | |
| commit | a14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48 (patch) | |
| tree | a8fb29437a82de7afb581dc14650d7c41514343a /html.c | |
| parent | poll-limits: added documentation to the man page (diff) | |
| download | snac2-a14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48.tar.gz snac2-a14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48.tar.xz snac2-a14cf4a7dbbf6ee90ef8ff4974e7fe9a023d6e48.zip | |
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, | |||
| 3213 | xs_html *add_hashtags = xs_html_tag("ul", | 3213 | xs_html *add_hashtags = xs_html_tag("ul", |
| 3214 | xs_html_attr("class", "snac-more-hashtags")); | 3214 | xs_html_attr("class", "snac-more-hashtags")); |
| 3215 | 3215 | ||
| 3216 | // todo: wafrn hashtags | ||
| 3217 | xs_list_foreach(tags, tag) { | 3216 | xs_list_foreach(tags, tag) { |
| 3218 | const char *type = xs_dict_get(tag, "type"); | 3217 | const char *type = xs_dict_get(tag, "type"); |
| 3219 | 3218 | ||
| @@ -3864,8 +3863,6 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c | |||
| 3864 | xs_free(xs_html_render(snac_metadata)); | 3863 | xs_free(xs_html_render(snac_metadata)); |
| 3865 | } | 3864 | } |
| 3866 | 3865 | ||
| 3867 | // todo: add metadata from "attachemnt"->"PropertyValue" | ||
| 3868 | |||
| 3869 | /* buttons */ | 3866 | /* buttons */ |
| 3870 | xs *btn_form_action = xs_fmt("%s/admin/action", user->actor); | 3867 | xs *btn_form_action = xs_fmt("%s/admin/action", user->actor); |
| 3871 | 3868 | ||