Implement history for distant chat

Uses the same history config as private chat
This commit is contained in:
AsamK 2015-08-28 01:21:55 +02:00
parent d7531b3dea
commit 5dad1680e6
4 changed files with 25 additions and 6 deletions

View file

@ -1019,8 +1019,8 @@ bool DistantChatService::getDistantChatStatus(const RsGxsId& gxs_id,uint32_t& st
{
status = it->second.status ;
if(from_gxs_id != NULL)
*from_gxs_id = it->second.own_gxs_id ;
if(from_gxs_id != NULL)
*from_gxs_id = it->second.own_gxs_id ;
return true ;
}