diff options
| author | 2025-12-09 13:31:37 +0100 | |
|---|---|---|
| committer | 2025-12-09 13:31:37 +0100 | |
| commit | ee7483cf0dd007d104a815fce47a0d5f050ca870 (patch) | |
| tree | b8af2e538311bb1bcfa005c20e21479c81f41af0 /snac.h | |
| parent | Updated TODO. (diff) | |
| download | snac2-ee7483cf0dd007d104a815fce47a0d5f050ca870.tar.gz snac2-ee7483cf0dd007d104a815fce47a0d5f050ca870.tar.xz snac2-ee7483cf0dd007d104a815fce47a0d5f050ca870.zip | |
New query variable terse=anything.
If set to any value, a public post page doesn't show any headline.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -411,7 +411,7 @@ xs_str *encode_html(const char *str); | |||
| 411 | 411 | ||
| 412 | xs_str *html_timeline(snac *user, const xs_list *list, int read_only, | 412 | xs_str *html_timeline(snac *user, const xs_list *list, int read_only, |
| 413 | int skip, int show, int show_more, | 413 | int skip, int show, int show_more, |
| 414 | const char *title, const char *page, int utl, const char *error); | 414 | const char *title, const char *page, int utl, const char *error, int terse); |
| 415 | 415 | ||
| 416 | int html_get_handler(const xs_dict *req, const char *q_path, | 416 | int html_get_handler(const xs_dict *req, const char *q_path, |
| 417 | char **body, int *b_size, char **ctype, | 417 | char **body, int *b_size, char **ctype, |