aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-03-02 06:04:52 +0100
committerdefault <nobody@localhost>2025-03-02 06:04:52 +0100
commit8bd364bd49116b8b335272300ca05f25e1267df7 (patch)
tree662125524613d1d1309edc990fe143b19e510a49 /snac.h
parent1434dc277abeb75a2414042a474203a61b73d262 (diff)
msg_note() accepts a nullable post date.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index ac1abcd..ac30c44 100644
--- a/snac.h
+++ b/snac.h
@@ -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);