Fix incorrect alias in subscriptionExclude join (#3520)
This commit is contained in:
@@ -389,7 +389,7 @@ class UserRecordService
|
|||||||
[
|
[
|
||||||
'entityType:' => 'parentType',
|
'entityType:' => 'parentType',
|
||||||
'entityId:' => 'parentId',
|
'entityId:' => 'parentId',
|
||||||
'subscription.userId' => $user->getId(),
|
'subscriptionExclude.userId' => $user->getId(),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
->where([
|
->where([
|
||||||
|
|||||||
Reference in New Issue
Block a user