diff options
| author | grunfink <grunfink@comam.es> | 2025-08-16 16:42:50 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-08-16 16:42:50 +0200 |
| commit | 86de22fe92560db8d0661a6f4ee9be07a84043a3 (patch) | |
| tree | 4a4c5d5aedde7faae4909990911a8b681589d363 /snac.h | |
| parent | 9558136f4153f75bf5b5dfe789f841489796b9eb (diff) | |
New function collect_replies().
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); |