diff options
| author | default <nobody@localhost> | 2025-03-02 06:04:52 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-03-02 06:04:52 +0100 |
| commit | 8bd364bd49116b8b335272300ca05f25e1267df7 (patch) | |
| tree | 662125524613d1d1309edc990fe143b19e510a49 /snac.h | |
| parent | 1434dc277abeb75a2414042a474203a61b73d262 (diff) | |
msg_note() accepts a nullable post date.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |