Conflicts:
	include/zot.php
	util/messages.po
This commit is contained in:
redmatrix
2015-08-14 22:24:15 -07:00
5 changed files with 21 additions and 23 deletions

View File

@@ -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';