don't block "public" messages with authenticated scope
This commit is contained in:
parent
4286389654
commit
d57fe0765c
@ -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) {
|
||||
|
Reference in New Issue
Block a user