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