diff --git a/ddpRequests/ddpsubscriptionrequest.cpp b/ddpRequests/ddpsubscriptionrequest.cpp index c2d70f73688c054b6060893ba630e3ef74fd0d4c..0fc19f4afc368f7ecd26ff87bed4a91afdb69a5d 100755 --- a/ddpRequests/ddpsubscriptionrequest.cpp +++ b/ddpRequests/ddpsubscriptionrequest.cpp @@ -50,7 +50,7 @@ void DDPSubscriptionRequest::buildRequest( const QString &pCollection, const QJs int patch = std::get<2>( RocketChatServerConfig::serverVersion ); if ( major != -1 && minor != -1 && patch != -1 ) { - if ( major >= 0 && minor > 6 ) { + if ( major >= 0 && minor > 60 ) { params.append( obj ); } }