X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_chat.c;h=8b4e28c78586539e8c3b447a777c3358354e9986;hb=c60ee2e375c3b381e36ffebb525f21f7aaf608fd;hp=b323dab7a5590a46f2a9efb93afc0fe6bcc11373;hpb=4a7ad144766ca9c7845627fbf8b4956a0e8ed6e6;p=citadel.git diff --git a/citadel/serv_chat.c b/citadel/serv_chat.c index b323dab7a..8b4e28c78 100644 --- a/citadel/serv_chat.c +++ b/citadel/serv_chat.c @@ -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) {