test #1

Merged
klaus merged 94 commits from test into main 2023-08-16 02:30:37 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2548c92aa1 - Show all commits

View File

@ -184,6 +184,7 @@ class MemberQueryRepositoryImpl(
): Map<String, List<List<String>>> {
var where = member.isActive.isTrue
.and(member.email.notIn("admin@sodalive.net"))
.and(member.id.`in`(*recipients.toTypedArray()))
if (isAuth) {
where = where.and(member.auth.isNotNull)