mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 16:44:52 +08:00
conversationmodel: fix insert last interaction for conv request
GitLab: #1571 Change-Id: I848c6f8e1867f552a55105a4d528f51a59676ce4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user