summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index c060363..363855f 100644
--- a/snac.h
+++ b/snac.h
@@ -297,6 +297,7 @@ void enqueue_verify_links(snac *user);
297void enqueue_actor_refresh(snac *user, const char *actor, int forward_secs); 297void enqueue_actor_refresh(snac *user, const char *actor, int forward_secs);
298void enqueue_webmention(const xs_dict *msg); 298void enqueue_webmention(const xs_dict *msg);
299void enqueue_notify_webhook(snac *user, const xs_dict *noti, int retries); 299void enqueue_notify_webhook(snac *user, const xs_dict *noti, int retries);
300void enqueue_collect_replies(snac *user, const char *post);
300 301
301int was_question_voted(snac *user, const char *id); 302int was_question_voted(snac *user, const char *id);
302 303
@@ -334,6 +335,8 @@ const char *default_avatar_base64(void);
334 335
335xs_str *process_tags(snac *snac, const char *content, xs_list **tag); 336xs_str *process_tags(snac *snac, const char *content, xs_list **tag);
336 337
338void collect_replies(snac *user, const char *id);
339
337const char *get_atto(const xs_dict *msg); 340const char *get_atto(const xs_dict *msg);
338const char *get_in_reply_to(const xs_dict *msg); 341const char *get_in_reply_to(const xs_dict *msg);
339xs_list *get_attachments(const xs_dict *msg); 342xs_list *get_attachments(const xs_dict *msg);