diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zot.php b/include/zot.php index a3e9bbf81..bae20b4f0 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1539,9 +1539,6 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $ $tag_delivery = tgroup_check($channel['channel_id'],$arr); - -// $perm = (($arr['mid'] == $arr['parent_mid']) ? 'send_stream' : 'post_comments'); - $perm = 'send_stream'; if(($arr['mid'] !== $arr['parent_mid']) && ($relay)) $perm = 'post_comments'; |