diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -235,7 +235,7 @@ int main(int argc, char *argv[]) | |||
| 235 | else | 235 | else |
| 236 | content = xs_dup(url); | 236 | content = xs_dup(url); |
| 237 | 237 | ||
| 238 | msg = msg_note(&snac, content, NULL, in_reply_to); | 238 | msg = msg_note(&snac, content, NULL, in_reply_to, NULL); |
| 239 | 239 | ||
| 240 | c_msg = msg_create(&snac, msg); | 240 | c_msg = msg_create(&snac, msg); |
| 241 | 241 | ||