notes about private realm registrations and multiple primary directories.

This commit is contained in:
friendica
2015-02-22 22:58:09 -08:00
parent d0e7fc76cd
commit 1383915f86
2 changed files with 15 additions and 3 deletions

View File

@@ -76,8 +76,8 @@ function ratenotif_run($argv, $argc){
if($j && $j['success'] && is_array($j['directories'])) {
foreach($j['directories'] as $h) {
// if($h == z_root())
// continue;
if($h == z_root())
continue;
$hash = random_string();
$n = zot_build_packet($channel,'notify',null,null,$hash);