make folks from certain other networks feel more at home here
This commit is contained in:
parent
cdf5e08eb9
commit
62b4ec4e75
@ -476,6 +476,14 @@ function notifier_run($argv, $argc){
|
|||||||
$deliver = array();
|
$deliver = array();
|
||||||
|
|
||||||
foreach($hubs as $hub) {
|
foreach($hubs as $hub) {
|
||||||
|
|
||||||
|
if(defined('DIASPORA_RELIABILITY_EMULATION')) {
|
||||||
|
$cointoss = mt_rand(0,2);
|
||||||
|
if($cointoss == 2) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$hash = random_string();
|
$hash = random_string();
|
||||||
if($packet_type === 'refresh' || $packet_type === 'purge') {
|
if($packet_type === 'refresh' || $packet_type === 'purge') {
|
||||||
$n = zot_build_packet($channel,$packet_type);
|
$n = zot_build_packet($channel,$packet_type);
|
||||||
|
Reference in New Issue
Block a user