From fece1675d39d2d4a060c1bd87f2b8023e89c5df4 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 May 2013 16:06:49 -0700 Subject: don't use permissions to block directory updates from happening. Use zfinger to decide what to send. --- include/directory.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/directory.php b/include/directory.php index 9c5f8d644..5f24b4af8 100644 --- a/include/directory.php +++ b/include/directory.php @@ -32,12 +32,6 @@ function directory_run($argv, $argc){ $channel = $x[0]; - // is channel profile visible to the public? - // FIXME - remove dir entry if permission is revoked - - if(! perm_is_allowed($channel['channel_id'],null,'view_profile')) - return; - $directory = find_upstream_directory($dirmode); if($directory) { -- cgit v1.2.3