aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-15 14:46:59 -0700
committerfriendica <info@friendica.com>2014-08-15 14:46:59 -0700
commitba0bf596b58440c0e50142565d7ec77838be95cc (patch)
treef8a98fc585284ef1141bda3e6b37df92904aabf9 /include
parent481263dc252a0a3d02971e7f30668f4cdb662835 (diff)
parent73c209f325a89eba3bdb7d10b76c316d3330ac41 (diff)
downloadvolse-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')
-rw-r--r--include/zot.php2
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) {