Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / jsonview_renderer.c
index 7f2f1b7be0a14d46e1b97422317bb20f15c9ecba..5a097b0a433406a2d70b00a4cd9814276a8e9f7e 100644 (file)
@@ -68,6 +68,7 @@ InitModule_JSONRENDERER
                ParseMessageListHeaders_Detail,
                NULL,
                json_RenderView_or_Tail,
-               json_Cleanup);
+               json_Cleanup,
+               NULL);
 
 }