diff --git a/application/Espo/Tools/Stream/RecordService.php b/application/Espo/Tools/Stream/RecordService.php index 3be53597e8..90ac43ce04 100644 --- a/application/Espo/Tools/Stream/RecordService.php +++ b/application/Espo/Tools/Stream/RecordService.php @@ -141,7 +141,7 @@ class RecordService ]; if ($this->user->isPortal()) { - $where[] = ['isInternal' => true]; + $where[] = ['isInternal' => false]; } $this->applyPortalAccess($builder, $where);