diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -336,6 +336,7 @@ const char *default_avatar_base64(void); | |||
| 336 | 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); |
| 337 | 337 | ||
| 338 | void collect_replies(snac *user, const char *id); | 338 | void collect_replies(snac *user, const char *id); |
| 339 | void collect_outbox(snac *user, const char *actor_id); | ||
| 339 | 340 | ||
| 340 | const char *get_atto(const xs_dict *msg); | 341 | const char *get_atto(const xs_dict *msg); |
| 341 | const char *get_in_reply_to(const xs_dict *msg); | 342 | const char *get_in_reply_to(const xs_dict *msg); |