summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar default2025-03-02 06:04:52 +0100
committerGravatar default2025-03-02 06:04:52 +0100
commit8bd364bd49116b8b335272300ca05f25e1267df7 (patch)
tree662125524613d1d1309edc990fe143b19e510a49 /main.c
parentUpdated documentation. (diff)
downloadpenes-snac2-8bd364bd49116b8b335272300ca05f25e1267df7.tar.gz
penes-snac2-8bd364bd49116b8b335272300ca05f25e1267df7.tar.xz
penes-snac2-8bd364bd49116b8b335272300ca05f25e1267df7.zip
msg_note() accepts a nullable post date.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a4ea961..3cd4524 100644
--- a/main.c
+++ b/main.c
@@ -710,7 +710,7 @@ int main(int argc, char *argv[])
710 if (strcmp(cmd, "note_unlisted") == 0) 710 if (strcmp(cmd, "note_unlisted") == 0)
711 scope = 2; 711 scope = 2;
712 712
713 msg = msg_note(&snac, content, NULL, NULL, attl, scope, getenv("LANG")); 713 msg = msg_note(&snac, content, NULL, NULL, attl, scope, getenv("LANG"), NULL);
714 714
715 c_msg = msg_create(&snac, msg); 715 c_msg = msg_create(&snac, msg);
716 716