diff options
| author | 2025-08-16 16:42:50 +0200 | |
|---|---|---|
| committer | 2025-08-16 16:42:50 +0200 | |
| commit | 86de22fe92560db8d0661a6f4ee9be07a84043a3 (patch) | |
| tree | 4a4c5d5aedde7faae4909990911a8b681589d363 /snac.h | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-86de22fe92560db8d0661a6f4ee9be07a84043a3.tar.gz penes-snac2-86de22fe92560db8d0661a6f4ee9be07a84043a3.tar.xz penes-snac2-86de22fe92560db8d0661a6f4ee9be07a84043a3.zip | |
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); | |||
| 334 | 334 | ||
| 335 | xs_str *process_tags(snac *snac, const char *content, xs_list **tag); | 335 | xs_str *process_tags(snac *snac, const char *content, xs_list **tag); |
| 336 | 336 | ||
| 337 | void collect_replies(snac *user, const char *id); | ||
| 338 | |||
| 337 | const char *get_atto(const xs_dict *msg); | 339 | const char *get_atto(const xs_dict *msg); |
| 338 | const char *get_in_reply_to(const xs_dict *msg); | 340 | const char *get_in_reply_to(const xs_dict *msg); |
| 339 | xs_list *get_attachments(const xs_dict *msg); | 341 | xs_list *get_attachments(const xs_dict *msg); |