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