mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:50:12 +00:00
bug in check for private email comment to public conversation prevents authenticated visitor from seeing comments that should be allowed
This commit is contained in:
parent
2050f886cc
commit
312c175045
2 changed files with 9 additions and 23 deletions
|
@ -283,6 +283,7 @@ function item_permissions_sql($owner_id,$remote_verified = false,$groups = null)
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
return $sql;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue