aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-11-19 06:46:14 +0100
committerdefault <nobody@localhost>2024-11-19 06:46:14 +0100
commit085caa7747a3bbebbd2ec09b3264dc6fcc5a7624 (patch)
tree60342848dd7852e8a6448f164a50f57be8a8b5f6 /snac.h
parent4daacf6b9d60b6fc9fedbbf634ed1c9490095ba1 (diff)
New function get_in_reply_to().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index ad2793e..8020978 100644
--- a/snac.h
+++ b/snac.h
@@ -296,6 +296,7 @@ const char *default_avatar_base64(void);
xs_str *process_tags(snac *snac, const char *content, xs_list **tag);
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);
xs_dict *msg_admiration(snac *snac, const char *object, const char *type);