From 62b4ec4e75c6017e952444c104f3d5c6054dbe48 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 May 2014 17:29:04 -0700 Subject: make folks from certain other networks feel more at home here --- include/notifier.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/notifier.php') diff --git a/include/notifier.php b/include/notifier.php index dbae6211c..59f472539 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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); -- cgit v1.2.3