diff options
author | default <nobody@localhost> | 2023-02-20 09:32:44 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-20 09:32:44 +0100 |
commit | 5230435b31ec2ca159901831c97dfa62646c993d (patch) | |
tree | 24a831e61f4153313a124352155cd7dcf8bee56c /main.c | |
parent | 9083bef5cb5ab6d36dcba3f80ef736352ad076ac (diff) |
New boolean argument 'priv' to msg_note().
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |