diff options
author | default <nobody@localhost> | 2023-05-24 11:49:16 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-24 11:49:16 +0200 |
commit | 0d8a040d9086cd7a9e13a7b070e425df9201f7e5 (patch) | |
tree | c9832687eaaa9a0dfd954a9bbc835557e14dc579 /snac.h | |
parent | 9bc48255071016a124807a7fc6a7316c3abe734a (diff) |
Added some experimental 'Question' posting code.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path, const char *default_avatar_base64(void); d_char *msg_admiration(snac *snac, char *object, char *type); -d_char *msg_create(snac *snac, char *object); +xs_dict *msg_create(snac *snac, const xs_dict *object); xs_dict *msg_follow(snac *snac, const char *actor); xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, |