Fix wrapper
This commit is contained in:
parent
0fe0b925aa
commit
0e348edd53
@ -22,9 +22,9 @@ trait PeerHandler
|
||||
return $this->API->get_info($id, $recursive);
|
||||
}
|
||||
|
||||
public function get_pwr_chat($id)
|
||||
public function get_pwr_chat($id, $full = true, $save = true)
|
||||
{
|
||||
return $this->API->get_pwr_chat($id);
|
||||
return $this->API->get_pwr_chat($id, $full, $save);
|
||||
}
|
||||
|
||||
public function peer_isset($id)
|
||||
|
Loading…
Reference in New Issue
Block a user