X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Finstmsg%2Fserv_instmsg.c;h=a774c61f2f4d030160bf0c7bc39e550b2c7b7120;hp=fad00f0ef6c28492d5156b962f20492518477c13;hb=0387f48886a9395d89eaca01cd40ab751610426f;hpb=436e37f800487ea58343ba015299869d216269d2 diff --git a/citadel/modules/instmsg/serv_instmsg.c b/citadel/modules/instmsg/serv_instmsg.c index fad00f0ef..a774c61f2 100644 --- a/citadel/modules/instmsg/serv_instmsg.c +++ b/citadel/modules/instmsg/serv_instmsg.c @@ -1,7 +1,7 @@ /* * This module handles instant messaging between users. * - * Copyright (c) 1987-2019 by the citadel.org team + * Copyright (c) 1987-2020 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -479,7 +479,7 @@ void flush_individual_conversation(struct imlog *im) { */ snprintf(roomname, sizeof roomname, "%010ld.%s", im->usernums[1], PAGELOGROOM); CtdlCreateRoom(roomname, 5, "", 0, 1, 1, VIEW_BBS); - msgnum = CtdlSubmitMsg(msg, NULL, roomname, 0); + msgnum = CtdlSubmitMsg(msg, NULL, roomname); CM_Free(msg); /* If there is a valid user number in usernums[0], save a copy for them too. */