From 81100cb825853ab7b370e91bdde88bf337bea743 Mon Sep 17 00:00:00 2001 From: default Date: Sat, 15 Apr 2023 19:05:26 +0200 Subject: Posts can now be sent (still no images). --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') 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 */ { -- cgit v1.2.3