Merge branch 'patch-20190301a' into 'dev'
Use sender hash See merge request hubzilla/core!1535
This commit is contained in:
commit
4750e15c20
@ -1840,7 +1840,7 @@ function process_delivery($sender, $arr, $deliveries, $relay, $public = false, $
|
|||||||
intval($channel['channel_id'])
|
intval($channel['channel_id'])
|
||||||
);
|
);
|
||||||
if ($parent) {
|
if ($parent) {
|
||||||
$allowed = can_comment_on_post($d['hash'],$parent[0]);
|
$allowed = can_comment_on_post($sender['hash'],$parent[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user