aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-23 20:31:03 +0000
committerMario <mario@mariovavti.com>2021-05-23 20:31:03 +0000
commitd40686e5d00b816bfa01282c69e8d34ddc9d3616 (patch)
tree4f39278207656a40106e7b31166c5b6822cd931f /include
parent0b7d343c7c16a73c72bc55b3507c1e7d1798c1db (diff)
downloadvolse-hubzilla-d40686e5d00b816bfa01282c69e8d34ddc9d3616.tar.gz
volse-hubzilla-d40686e5d00b816bfa01282c69e8d34ddc9d3616.tar.bz2
volse-hubzilla-d40686e5d00b816bfa01282c69e8d34ddc9d3616.zip
remove request command from notifier
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 634561fa3..5c1cde812 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1907,7 +1907,7 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $
if((! $relay) && (! $request) && (! $local_public)
&& perm_is_allowed($channel['channel_id'],$sender['hash'],'send_stream')) {
- Zotlabs\Daemon\Master::Summon(array('Notifier', 'request', $channel['channel_id'], $sender['hash'], $arr['parent_mid']));
+ //Zotlabs\Daemon\Master::Summon(array('Notifier', 'request', $channel['channel_id'], $sender['hash'], $arr['parent_mid']));
}
continue;
}