diff options
| author | grunfink <grunfink@comam.es> | 2025-09-03 06:08:13 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-09-03 06:08:13 +0200 |
| commit | 59f3b5465ecca02cb90310fd1dbc46456d6a4908 (patch) | |
| tree | 6f62214612ef15d9640e5094715b01739d4b0d89 /snac.h | |
| parent | d23fc31ba9c58e81d872d283ccdd1228865378b2 (diff) | |
New function collect_outbox().
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); xs_str *process_tags(snac *snac, const char *content, xs_list **tag); void collect_replies(snac *user, const char *id); +void collect_outbox(snac *user, const char *actor_id); const char *get_atto(const xs_dict *msg); const char *get_in_reply_to(const xs_dict *msg); |