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 /main.c | |
| parent | 1434dc277abeb75a2414042a474203a61b73d262 (diff) | |
msg_note() accepts a nullable post date.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -710,7 +710,7 @@ int main(int argc, char *argv[]) if (strcmp(cmd, "note_unlisted") == 0) scope = 2; - msg = msg_note(&snac, content, NULL, NULL, attl, scope, getenv("LANG")); + msg = msg_note(&snac, content, NULL, NULL, attl, scope, getenv("LANG"), NULL); c_msg = msg_create(&snac, msg); |