diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -334,6 +334,8 @@ const char *default_avatar_base64(void); xs_str *process_tags(snac *snac, const char *content, xs_list **tag); +void collect_replies(snac *user, const char *id); + const char *get_atto(const xs_dict *msg); const char *get_in_reply_to(const xs_dict *msg); xs_list *get_attachments(const xs_dict *msg); |