From 78ec3b077b989bcae5950d75f4ee0cb03bd10030 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 10 Oct 2022 09:03:07 +0200 Subject: Media can be attached to notes. The web interface limits this (by now) to only one attachment, given the URL. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 52eca27..188b92f 100644 --- a/main.c +++ b/main.c @@ -235,7 +235,7 @@ int main(int argc, char *argv[]) else content = xs_dup(url); - msg = msg_note(&snac, content, NULL, in_reply_to); + msg = msg_note(&snac, content, NULL, in_reply_to, NULL); c_msg = msg_create(&snac, msg); -- cgit v1.2.3