Fix incorrect alias in subscriptionExclude join (#3520)

This commit is contained in:
Anton Slyzhko
2025-11-14 14:51:47 +02:00
committed by GitHub
parent 94d2f6aabb
commit 445ea1f240
@@ -389,7 +389,7 @@ class UserRecordService
[ [
'entityType:' => 'parentType', 'entityType:' => 'parentType',
'entityId:' => 'parentId', 'entityId:' => 'parentId',
'subscription.userId' => $user->getId(), 'subscriptionExclude.userId' => $user->getId(),
] ]
) )
->where([ ->where([