diff options
author | default <nobody@localhost> | 2023-11-20 18:33:24 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-20 18:33:24 +0100 |
commit | bc5d0d4ed09833640856ee0193a53553dbb1eb20 (patch) | |
tree | afd97135fb606445cb8f5348ae2857cb3088dbd8 /snac.h | |
parent | b68ed66669aa65bda1c55b9dcd7afcc126c7c2cf (diff) |
Replaced encode_html_strict() with xs_html_encode().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ -#define VERSION "2.43" +#define VERSION "2.44-dev" #define USER_AGENT "snac/" VERSION @@ -266,7 +266,6 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path, xs_str *not_really_markdown(const char *content, xs_list **attach); xs_str *sanitize(const char *content); -xs_str *encode_html_strict(const char *str); xs_str *encode_html(const char *str); xs_str *html_timeline(snac *user, const xs_list *list, int local, |