Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / notes.c
index 7dc3249be1a684521ae2892c38cd2f8811018866..079bb960b687d7b49e463e3bd5a2138841e4805c 100644 (file)
@@ -487,7 +487,8 @@ InitModule_NOTES
                NULL,
                notes_LoadMsgFromServer,
                NULL,
-               notes_Cleanup);
+               notes_Cleanup,
+               NULL);
 
        WebcitAddUrlHandler(HKEY("add_new_note"), "", 0, add_new_note, 0);
        WebcitAddUrlHandler(HKEY("ajax_update_note"), "", 0, ajax_update_note, 0);