diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* snac - A simple, minimalistic ActivityPub instance */ | 1 | /* snac - A simple, minimalistic ActivityPub instance */ |
| 2 | /* copyright (c) 2022 - 2025 grunfink et al. / MIT license */ | 2 | /* copyright (c) 2022 - 2025 grunfink et al. / MIT license */ |
| 3 | 3 | ||
| 4 | #define VERSION "2.73-dev" | 4 | #define VERSION "2.73" |
| 5 | 5 | ||
| 6 | #define USER_AGENT "snac/" VERSION | 6 | #define USER_AGENT "snac/" VERSION |
| 7 | 7 | ||
| @@ -329,7 +329,7 @@ xs_dict *msg_follow(snac *snac, const char *actor); | |||
| 329 | 329 | ||
| 330 | xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, | 330 | xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, |
| 331 | const xs_str *in_reply_to, const xs_list *attach, | 331 | const xs_str *in_reply_to, const xs_list *attach, |
| 332 | int scope, const char *lang); | 332 | int scope, const char *lang_str, const char *msg_date); |
| 333 | 333 | ||
| 334 | xs_dict *msg_undo(snac *snac, const xs_val *object); | 334 | xs_dict *msg_undo(snac *snac, const xs_val *object); |
| 335 | xs_dict *msg_delete(snac *snac, const char *id); | 335 | xs_dict *msg_delete(snac *snac, const char *id); |