diff options
author | friendica <info@friendica.com> | 2014-08-15 14:46:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-15 14:46:59 -0700 |
commit | ba0bf596b58440c0e50142565d7ec77838be95cc (patch) | |
tree | f8a98fc585284ef1141bda3e6b37df92904aabf9 /include/zot.php | |
parent | 481263dc252a0a3d02971e7f30668f4cdb662835 (diff) | |
parent | 73c209f325a89eba3bdb7d10b76c316d3330ac41 (diff) | |
download | volse-hubzilla-ba0bf596b58440c0e50142565d7ec77838be95cc.tar.gz volse-hubzilla-ba0bf596b58440c0e50142565d7ec77838be95cc.tar.bz2 volse-hubzilla-ba0bf596b58440c0e50142565d7ec77838be95cc.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 06e4cd79e..3a533a9e0 100644 --- a/include/zot.php +++ b/include/zot.php @@ -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) { |