From 445ea1f240e10b5cf54783b10655cb44713f5bc1 Mon Sep 17 00:00:00 2001 From: Anton Slyzhko <88829366+antonslyzhko@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:51:47 +0200 Subject: [PATCH] Fix incorrect alias in subscriptionExclude join (#3520) --- application/Espo/Tools/Stream/UserRecordService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Tools/Stream/UserRecordService.php b/application/Espo/Tools/Stream/UserRecordService.php index b347464891..22949f78ca 100644 --- a/application/Espo/Tools/Stream/UserRecordService.php +++ b/application/Espo/Tools/Stream/UserRecordService.php @@ -389,7 +389,7 @@ class UserRecordService [ 'entityType:' => 'parentType', 'entityId:' => 'parentId', - 'subscription.userId' => $user->getId(), + 'subscriptionExclude.userId' => $user->getId(), ] ) ->where([