diff --git a/src/libclient/conversationmodel.cpp b/src/libclient/conversationmodel.cpp index a8f6b19c2b5b22c4953f37c45332723daad5261a..3f196f6eac329c51cb0a8f74fac73a2848b20c7d 100644 --- a/src/libclient/conversationmodel.cpp +++ b/src/libclient/conversationmodel.cpp @@ -2823,7 +2823,7 @@ ConversationModelPimpl::addConversationRequest(const MapStringString& convReques {"linearizedParent", ""}, }; auto msg = interaction::Info(messageMap, linked.owner.profileInfo.uri); - conversation.interactions->insert(convId, msg); + conversation.interactions->insert(convId, msg, 0); // add the author to the contact model's contact list as a PENDING // if they aren't already a contact