diff options
| author | 2025-03-02 06:04:52 +0100 | |
|---|---|---|
| committer | 2025-03-02 06:04:52 +0100 | |
| commit | 8bd364bd49116b8b335272300ca05f25e1267df7 (patch) | |
| tree | 662125524613d1d1309edc990fe143b19e510a49 /snac.h | |
| parent | Updated documentation. (diff) | |
| download | snac2-8bd364bd49116b8b335272300ca05f25e1267df7.tar.gz snac2-8bd364bd49116b8b335272300ca05f25e1267df7.tar.xz snac2-8bd364bd49116b8b335272300ca05f25e1267df7.zip | |
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); | |||
| 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); |