diff options
author | Mario <mario@mariovavti.com> | 2021-05-23 20:31:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-23 20:31:03 +0000 |
commit | d40686e5d00b816bfa01282c69e8d34ddc9d3616 (patch) | |
tree | 4f39278207656a40106e7b31166c5b6822cd931f /include/zot.php | |
parent | 0b7d343c7c16a73c72bc55b3507c1e7d1798c1db (diff) | |
download | volse-hubzilla-d40686e5d00b816bfa01282c69e8d34ddc9d3616.tar.gz volse-hubzilla-d40686e5d00b816bfa01282c69e8d34ddc9d3616.tar.bz2 volse-hubzilla-d40686e5d00b816bfa01282c69e8d34ddc9d3616.zip |
remove request command from notifier
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
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; } |