summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a6fb6fd..80df2d0 100644
--- a/main.c
+++ b/main.c
@@ -830,6 +830,7 @@ int main(int argc, char *argv[])
830 } 830 }
831 831
832 enqueue_message(&snac, c_msg); 832 enqueue_message(&snac, c_msg);
833 enqueue_webmention(msg);
833 834
834 timeline_add(&snac, xs_dict_get(msg, "id"), msg); 835 timeline_add(&snac, xs_dict_get(msg, "id"), msg);
835 836