diff options
| author | 2025-08-23 11:04:11 +0200 | |
|---|---|---|
| committer | 2025-08-23 11:04:11 +0200 | |
| commit | e50a6ba146def4accc36d9d6cc4be43e4a758711 (patch) | |
| tree | 7490d0b360b2d85e514ea9816075e661e3f98b7b /snac.h | |
| parent | Merge pull request 'updates holen' (#10) from grunfink/snac2:master into master (diff) | |
| parent | Added 'collect_replies' info in the about screen. (diff) | |
| download | snac2-e50a6ba146def4accc36d9d6cc4be43e4a758711.tar.gz snac2-e50a6ba146def4accc36d9d6cc4be43e4a758711.tar.xz snac2-e50a6ba146def4accc36d9d6cc4be43e4a758711.zip | |
Merge pull request 'master' (#11) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/11
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); |