diff options
| author | 2023-04-15 19:05:26 +0200 | |
|---|---|---|
| committer | 2023-04-15 19:05:26 +0200 | |
| commit | 81100cb825853ab7b370e91bdde88bf337bea743 (patch) | |
| tree | ec81bb9efb75d27d31025a7a4647e319230f658e /activitypub.c | |
| parent | Force failure in Mastodon API before it gets to a crash-on-startup situation. (diff) | |
| download | snac2-81100cb825853ab7b370e91bdde88bf337bea743.tar.gz snac2-81100cb825853ab7b370e91bdde88bf337bea743.tar.xz snac2-81100cb825853ab7b370e91bdde88bf337bea743.zip | |
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) | |||
| 695 | } | 695 | } |
| 696 | 696 | ||
| 697 | 697 | ||
| 698 | xs_dict *msg_note(snac *snac, xs_str *content, xs_val *rcpts, | 698 | xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, |
| 699 | xs_str *in_reply_to, xs_list *attach, int priv) | 699 | xs_str *in_reply_to, xs_list *attach, int priv) |
| 700 | /* creates a 'Note' message */ | 700 | /* creates a 'Note' message */ |
| 701 | { | 701 | { |