mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
sip: fix outgoing text message
Change-Id: I3aba2f02e375d47a9bfdacb923e2907c40f4f151
This commit is contained in:
parent
9afeea435f
commit
759e3ea310
1 changed files with 1 additions and 1 deletions
|
@ -1282,7 +1282,7 @@ ConversationModel::sendMessage(const QString& uid, const QString& body, const QS
|
|||
|
||||
// Add interaction to database
|
||||
interaction::Info
|
||||
msg {{}, body, std::time(nullptr), 0, interaction::Type::TEXT, status, true};
|
||||
msg {owner.profileInfo.uri, body, std::time(nullptr), 0, interaction::Type::TEXT, status, true};
|
||||
auto msgId = storage::addMessageToConversation(pimpl_->db, convId, msg);
|
||||
|
||||
// Update conversation
|
||||
|
|
Loading…
Add table
Reference in a new issue