Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2024-09-09 13:41:18 +03:00
@@ -106,7 +106,8 @@ class Contacts implements AfterSave
->findOne();
if ($portalUser) {
$this->getStreamService()->followEntity($entity, $portalUser->getId(), true);
// @todo Solve ACL check issue when a user is in multiple portals.
$this->getStreamService()->followEntity($entity, $portalUser->getId());
}
if (in_array($contactId, $contactIdList)) {