NoAds

Found this in the latest Github version of Pockets addon:
$PermissionModel = Gdn::permissionModel();
$PermissionModel->define(array(
'Garden.NoAds.Allow' => 0
I can't find this permission under roles ? Am I missing something or isn't this implemented yet ? I'm on 2.2
0