mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
Add GxsId in Restored Chat Message.
This commit is contained in:
parent
91ed367c55
commit
98f00520cd
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ void ChatWidget::init(const ChatId &chat_id, const QString &title)
|
|||
name = QString::fromUtf8(historyIt->peerName.c_str());
|
||||
}
|
||||
|
||||
addChatMsg(historyIt->incoming, name, QDateTime::fromTime_t(historyIt->sendTime), QDateTime::fromTime_t(historyIt->recvTime), QString::fromUtf8(historyIt->message.c_str()), MSGTYPE_HISTORY);
|
||||
addChatMsg(historyIt->incoming, name, RsGxsId(historyIt->peerName.c_str()), QDateTime::fromTime_t(historyIt->sendTime), QDateTime::fromTime_t(historyIt->recvTime), QString::fromUtf8(historyIt->message.c_str()), MSGTYPE_HISTORY);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue