don't use permissions to block directory updates from happening. Use zfinger to decide what to send.
This commit is contained in:
parent
f8f2591eb9
commit
fece1675d3
@ -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) {
|
||||
|
Reference in New Issue
Block a user