aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-03-03 09:14:12 +0100
committerdefault <nobody@localhost>2025-03-03 09:14:12 +0100
commit7b131808d90261ccafa489ca597b3b5640fa99d9 (patch)
tree8362cd19de019de1d52920df12dcde35fb6d4280 /main.c
parent9260a1e328cd3922c85c0794559e7a032c2e6d25 (diff)
Deleted (by now) any ways of setting a note's publish 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 0913f10..3cd4524 100644
--- a/main.c
+++ b/main.c
@@ -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"), getenv("DATE"));
+ msg = msg_note(&snac, content, NULL, NULL, attl, scope, getenv("LANG"), NULL);
c_msg = msg_create(&snac, msg);