diff --git a/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannels.php b/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannels.php index 93c6d9e..50493f5 100644 --- a/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannels.php +++ b/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannels.php @@ -27,10 +27,6 @@ { throw new MissingRpcArgumentException('channel_uuid'); } - elseif(!Validator::validateUuid($rpcRequest->getParameter('channel_uuid'))) - { - throw new InvalidRpcArgumentException('channel_uuid', 'The given channel uuid is not a valid UUID V4'); - } $page = 1; $limit = Configuration::getPoliciesConfiguration()->getEncryptionChannelsLimit();