private group fix
This commit is contained in:
parent
2d3c19c254
commit
8981a420c1
@ -83,7 +83,7 @@ class GroupNoticeStream extends ScopingNoticeStream
|
|||||||
function impossibleStream()
|
function impossibleStream()
|
||||||
{
|
{
|
||||||
if ($this->group->force_scope &&
|
if ($this->group->force_scope &&
|
||||||
(empty($this->userProfile) || !$this->userProfile->isMember($group))) {
|
(empty($this->userProfile) || !$this->userProfile->isMember($this->group))) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user