diff options
author | default <nobody@localhost> | 2023-07-05 09:51:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-05 09:51:45 +0200 |
commit | 8faa06652d8fd1bbbd1139170b7892b6d81d0927 (patch) | |
tree | ee656804e6d3c04b48a9f3bffa8c425701aeac57 /snac.h | |
parent | c47df7634e693736c31a446bb432fc036ead0513 (diff) | |
parent | 38ee86f81e74edec97bf04d999d21221565f44fb (diff) |
Merge branch 'master' of triptico.com:git/snac2
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -207,6 +207,8 @@ int webfinger_get_handler(xs_dict *req, char *q_path, const char *default_avatar_base64(void); +xs_str *process_tags(snac *snac, const char *content, xs_list **tag); + 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); |