Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / bbsview_renderer.c
index d9f255ac0f51cad49969fb08db53039f8a6904fa..67f42b12fb025aa4f9d7079bbcefcb2d5247c5bf 100644 (file)
@@ -417,6 +417,7 @@ InitModule_BBSVIEWRENDERERS
                NULL, 
                bbsview_LoadMsgFromServer,
                bbsview_RenderView_or_Tail,
-               bbsview_Cleanup
+               bbsview_Cleanup,
+               NULL
        );
 }