Skip to content

Commit

Permalink
fix getChannelBannedContacts method
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Nov 9, 2020
1 parent 3d6be87 commit 7b35834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ public function setChannelAsBookmarked($channelid = '', $bookmarked = true): boo
);
}

public function getChannelBannedContacts($channelid = '', $bookmarked = true): array {
public function getChannelBannedContacts($channelid = ''): array {
return $this->checkResultVar(
$this->api_query('getChannelBannedContacts', [
'channelid' => $channelid
Expand Down

0 comments on commit 7b35834

Please sign in to comment.