Merge branch 'dev' into release

This commit is contained in:
nobody 2022-05-05 16:02:38 -07:00
commit 0b82523079

View file

@ -162,7 +162,7 @@ function collect_recipients($item, &$private_envelope,$include_groups = true) {
// This is a somewhat expensive operation but important.
// Don't send this item to anybody who doesn't have the deliver_stream permission
$recipients = check_list_permissions($item['uid'],$recipients,'deliver_stream');
$recipients = check_list_permissions($item['uid'],$recipients,'view_stream');
// add ourself just in case we have nomadic clones that need to get a copy.