diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* snac - A simple, minimalistic ActivityPub instance */ | 1 | /* snac - A simple, minimalistic ActivityPub instance */ |
| 2 | /* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ | 2 | /* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ |
| 3 | 3 | ||
| 4 | #define VERSION "2.43" | 4 | #define VERSION "2.44-dev" |
| 5 | 5 | ||
| 6 | #define USER_AGENT "snac/" VERSION | 6 | #define USER_AGENT "snac/" VERSION |
| 7 | 7 | ||
| @@ -266,7 +266,6 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path, | |||
| 266 | 266 | ||
| 267 | xs_str *not_really_markdown(const char *content, xs_list **attach); | 267 | xs_str *not_really_markdown(const char *content, xs_list **attach); |
| 268 | xs_str *sanitize(const char *content); | 268 | xs_str *sanitize(const char *content); |
| 269 | xs_str *encode_html_strict(const char *str); | ||
| 270 | xs_str *encode_html(const char *str); | 269 | xs_str *encode_html(const char *str); |
| 271 | 270 | ||
| 272 | xs_str *html_timeline(snac *user, const xs_list *list, int local, | 271 | xs_str *html_timeline(snac *user, const xs_list *list, int local, |