From d57fe0765c7fe6bba41eb4e738995c18c6679fb1 Mon Sep 17 00:00:00 2001 From: zottel Date: Fri, 15 Aug 2014 21:36:24 +0200 Subject: don't block "public" messages with authenticated scope --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') 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) { -- cgit v1.2.3