diff options
author | default <nobody@localhost> | 2023-11-29 10:14:37 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-29 10:14:37 +0100 |
commit | b1a9279f85a4a8201bbc27d0242712f6ccebb3b6 (patch) | |
tree | 386934e0bf82153be49545e94a0633e3889935e8 /main.c | |
parent | 6c6dd060ebc27c4841111eebb856222d3bd2864f (diff) |
html_timeline() now uses xs_html.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -209,19 +209,6 @@ int main(int argc, char *argv[]) srv_free(); #endif - { - xs_html *note = html_note(&snac, "Note...", - "DIV_ID", "FORM_ID", - "TEXTAREA_PLACEHOLDER", "TEXTAREA_CONTENT", - "EDIT_ID", "ACTOR_ID", - xs_stock_false, "CW_TEXT", - xs_stock_false, "REDIR", - "IN_REPLY_TO", 1); - - xs *s1 = xs_html_render(note); - printf("\n%s\n", s1); - } - xs *idx = xs_fmt("%s/private.idx", snac.basedir); xs *list = index_list_desc(idx, 0, 256); xs *tl = timeline_top_level(&snac, list); |