Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
ba0bf596b5
@ -1430,7 +1430,7 @@ function allowed_public_recips($msg) {
|
|||||||
|
|
||||||
$hash = make_xchan_hash($msg['notify']['sender']['guid'],$msg['notify']['sender']['guid_sig']);
|
$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;
|
return $recips;
|
||||||
|
|
||||||
if(strpos($scope,'site:') === 0) {
|
if(strpos($scope,'site:') === 0) {
|
||||||
|
Reference in New Issue
Block a user