* Cc: and Bcc: support. Not finished yet.
[citadel.git] / citadel / serv_chat.c
index b323dab7a5590a46f2a9efb93afc0fe6bcc11373..8b4e28c78586539e8c3b447a777c3358354e9986 100644 (file)
@@ -634,7 +634,7 @@ int send_instant_message(char *lun, char *x_user, char *x_msg)
                 * creating the room if necessary.
                 */
                create_room(PAGELOGROOM, 4, "", 0, 1, 0, VIEW_BBS);
-               msgnum = CtdlSubmitMsg(logmsg, NULL, PAGELOGROOM);
+               msgnum = CtdlSubmitMsg(logmsg, NULL, NULL, NULL, PAGELOGROOM);
 
                /* Now save a copy in the global log room, if configured */
                if (strlen(config.c_logpages) > 0) {