don't use permissions to block directory updates from happening. Use zfinger to decide what to send.

This commit is contained in:
friendica 2013-05-15 16:06:49 -07:00
parent f8f2591eb9
commit fece1675d3

View File

@ -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) {