Skip to content

Commit

Permalink
fix(CoreQueryBuilder): Use correct member entry for circle as initiator
Browse files Browse the repository at this point in the history
Before, the member entry that matched the `singleId` of the user and
`level = 9` was used as initiator, which in practice means the member
entry for the internal user circle of the user most of the time.

Instead, we want to use the member entry that matches `singleId` of
the user and `circleId` of the circle in question.

This fixes the wrong `level` being set for `initiator` when calling
`circleProbe()` with `DataProbe::INITIATOR`.

Fixes: #1757

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- authored and backportbot[bot] committed Nov 21, 2024
1 parent bb72b88 commit a29428c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a29428c

Please sign in to comment.