summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-25 16:15:09 +0100
committerdefault <nobody@localhost>2024-03-25 16:15:09 +0100
commitadf0a13992edb85738ac983a872937a805629474 (patch)
tree31e084c9ff92a82e2083e8225e703bceeec56981 /snac.h
parentbc752b7d67d834455eae9eacec16e28585c79c5f (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 2953af7..0e59f33 100644
--- a/snac.h
+++ b/snac.h
@@ -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);