diff options
| author | shtrophic <christoph@liebender.dev> | 2025-03-08 22:29:50 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2025-03-08 22:29:50 +0100 |
| commit | 398b733b2c0ff4c96f4de9731a864373842e86d6 (patch) | |
| tree | e2a381ee39d7139cf13c953c5ddad8e59bf8163f /snac.h | |
| parent | beb500360c32ee459201a087dbed57a447b1f0db (diff) | |
| parent | ecf006811de59b58b3da39f68d8ed4efa7712914 (diff) | |
Merge remote-tracking branch 'upstream/master' into curl-smtp
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2025 grunfink et al. / MIT license */ -#define VERSION "2.73-dev" +#define VERSION "2.73" #define USER_AGENT "snac/" VERSION @@ -329,7 +329,7 @@ xs_dict *msg_follow(snac *snac, const char *actor); xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, const xs_str *in_reply_to, const xs_list *attach, - int scope, const char *lang); + int scope, const char *lang_str, const char *msg_date); xs_dict *msg_undo(snac *snac, const xs_val *object); xs_dict *msg_delete(snac *snac, const char *id); |