summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-20 09:32:44 +0100
committerdefault <nobody@localhost>2023-02-20 09:32:44 +0100
commit5230435b31ec2ca159901831c97dfa62646c993d (patch)
tree24a831e61f4153313a124352155cd7dcf8bee56c /main.c
parent9083bef5cb5ab6d36dcba3f80ef736352ad076ac (diff)
New boolean argument 'priv' to msg_note().
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 f05cb51..6a0bb74 100644
--- a/main.c
+++ b/main.c
@@ -292,7 +292,7 @@ int main(int argc, char *argv[])
else
content = xs_dup(url);
- msg = msg_note(&snac, content, NULL, in_reply_to, NULL);
+ msg = msg_note(&snac, content, NULL, in_reply_to, NULL, 0);
c_msg = msg_create(&snac, msg);