don't block "public" messages with authenticated scope

This commit is contained in:
zottel 2014-08-15 21:36:24 +02:00
parent 4286389654
commit d57fe0765c

View File

@ -1430,7 +1430,7 @@ function allowed_public_recips($msg) {
$hash = make_xchan_hash($msg['notify']['sender']['guid'],$msg['notify']['sender']['guid_sig']);
if($scope === 'public' || $scope === 'network: red')
if($scope === 'public' || $scope === 'network: red' || $scope === 'authenticated')
return $recips;
if(strpos($scope,'site:') === 0) {