diff options
author | default <nobody@localhost> | 2023-04-15 19:05:26 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-15 19:05:26 +0200 |
commit | 81100cb825853ab7b370e91bdde88bf337bea743 (patch) | |
tree | ec81bb9efb75d27d31025a7a4647e319230f658e /activitypub.c | |
parent | 5ec593da2c64c70c8abe124a9f11fcf6d1ada6c0 (diff) |
Posts can now be sent (still no images).
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 98baf8b..6fa7607 100644 --- a/activitypub.c +++ b/activitypub.c @@ -695,7 +695,7 @@ d_char *msg_follow(snac *snac, char *url_or_uid) } -xs_dict *msg_note(snac *snac, xs_str *content, xs_val *rcpts, +xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, xs_str *in_reply_to, xs_list *attach, int priv) /* creates a 'Note' message */ { |