diff options
| author | default <nobody@localhost> | 2024-11-19 06:46:14 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-19 06:46:14 +0100 |
| commit | 085caa7747a3bbebbd2ec09b3264dc6fcc5a7624 (patch) | |
| tree | 60342848dd7852e8a6448f164a50f57be8a8b5f6 /snac.h | |
| parent | 4daacf6b9d60b6fc9fedbbf634ed1c9490095ba1 (diff) | |
New function get_in_reply_to().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |