forked from GNUsocial/gnu-social
private group fix
This commit is contained in:
parent
09b80a6e90
commit
6e04133427
@ -83,7 +83,7 @@ class GroupNoticeStream extends ScopingNoticeStream
|
||||
function impossibleStream()
|
||||
{
|
||||
if ($this->group->force_scope &&
|
||||
(empty($this->userProfile) || !$this->userProfile->isMember($group))) {
|
||||
(empty($this->userProfile) || !$this->userProfile->isMember($this->group))) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user