Skip to content
Snippets Groups Projects
Commit 1ec2d5f2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

conversationmodel: fix insert last interaction for conv request

GitLab: #1571
Change-Id: I848c6f8e1867f552a55105a4d528f51a59676ce4
parent 23316993
No related branches found
No related tags found
No related merge requests found
...@@ -2823,7 +2823,7 @@ ConversationModelPimpl::addConversationRequest(const MapStringString& convReques ...@@ -2823,7 +2823,7 @@ ConversationModelPimpl::addConversationRequest(const MapStringString& convReques
{"linearizedParent", ""}, {"linearizedParent", ""},
}; };
auto msg = interaction::Info(messageMap, linked.owner.profileInfo.uri); 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 // add the author to the contact model's contact list as a PENDING
// if they aren't already a contact // if they aren't already a contact
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment