make folks from certain other networks feel more at home here

This commit is contained in:
friendica 2014-05-02 17:29:04 -07:00
parent cdf5e08eb9
commit 62b4ec4e75

View File

@ -476,6 +476,14 @@ function notifier_run($argv, $argc){
$deliver = array();
foreach($hubs as $hub) {
if(defined('DIASPORA_RELIABILITY_EMULATION')) {
$cointoss = mt_rand(0,2);
if($cointoss == 2) {
continue;
}
}
$hash = random_string();
if($packet_type === 'refresh' || $packet_type === 'purge') {
$n = zot_build_packet($channel,$packet_type);