mirror of
				https://github.com/RetroShare/RetroShare.git
				synced 2025-10-30 14:19:14 -04:00 
			
		
		
		
	Store chat lobby history on disk
This commit is contained in:
		
							parent
							
								
									d5c33f5631
								
							
						
					
					
						commit
						45e1e81d9c
					
				
					 1 changed files with 0 additions and 5 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
	
	 AsamK
						AsamK