mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Merge pull request #21 from AsamK/lobby_history
Store lobby history on disk
This commit is contained in:
commit
6e1a8fac10
3 changed files with 29 additions and 8 deletions
|
@ -115,11 +115,6 @@ void p3HistoryMgr::addMessage(const ChatMessage& cm)
|
|||
item->sendTime = cm.sendTime;
|
||||
item->recvTime = cm.recvTime;
|
||||
|
||||
if (cm.chat_id.isLobbyId()) {
|
||||
// disable save to disc for chat lobbies until they are saved
|
||||
item->saveToDisc = false;
|
||||
}
|
||||
|
||||
item->message = cm.msg ;
|
||||
//librs::util::ConvertUtf16ToUtf8(chatItem->message, item->message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue