Commit ea988dfa by Jansa Jose

Merge branch 'jansa'

parents 3bdb831c 2eaee125
......@@ -3135,7 +3135,7 @@ class Webservice extends CI_Controller {
$start = 0;
}
$type = 'user';
$notificationResult = $this->Webservice_model->get_recent_chat_list($auth_result->userid, 0, 0);
$notificationResult = $this->Webservice_model->get_recent_chat_list($auth_result->userid,0, 0,$type);
$result = $this->Webservice_model->get_recent_chat_list($auth_result->userid,$start,$per_page,$type);
$chatArray = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment