diff options
author | default <nobody@localhost> | 2024-01-18 23:04:37 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-01-18 23:04:37 +0100 |
commit | 65040b65a35e36423e7154e643d9c69401ec5b2c (patch) | |
tree | f6e0c65299925e342920586f183c1fff4d3b8c2a /snac.h | |
parent | 1aff468a552b19ada46d67077b3acd58aa0d0c85 (diff) |
New function get_atto(), to get the attributedTo field.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -245,6 +245,8 @@ const char *default_avatar_base64(void); xs_str *process_tags(snac *snac, const char *content, xs_list **tag); +char *get_atto(const xs_dict *msg); + xs_dict *msg_admiration(snac *snac, char *object, char *type); xs_dict *msg_create(snac *snac, const xs_dict *object); xs_dict *msg_follow(snac *snac, const char *actor); |