diff options
author | default <nobody@localhost> | 2024-03-25 16:15:09 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-25 16:15:09 +0100 |
commit | adf0a13992edb85738ac983a872937a805629474 (patch) | |
tree | 31e084c9ff92a82e2083e8225e703bceeec56981 /snac.h | |
parent | bc752b7d67d834455eae9eacec16e28585c79c5f (diff) |
If an emoji in emojis.json is an URL to an image, it's stored in the tag list.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ int activitypub_post_handler(const xs_dict *req, const char *q_path, char **body, int *b_size, char **ctype); xs_dict *emojis(void); -xs_str *not_really_markdown(const char *content, xs_list **attach); +xs_str *not_really_markdown(const char *content, xs_list **attach, xs_list **tag); xs_str *sanitize(const char *content); xs_str *encode_html(const char *str); |