fix(users): try to always use the user domain in the basDN with %d

This commit is contained in:
Hivert Quentin
2024-12-18 15:28:07 +01:00
parent c8b0c3321e
commit 6a4d03b35f
2 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -1359,8 +1359,7 @@ static const NSString *kObfuscatedSecondaryEmailKey = @"obfuscatedSecondaryEmail
- (NSArray *) fetchContactsMatching: (NSString *) filter
inDomain: (NSString *) domain
{
return [self
_fetchEntriesInSources: [self addressBookSourceIDsInDomain: domain]
return [self _fetchEntriesInSources: [self addressBookSourceIDsInDomain: domain]
matching: filter
inDomain: domain];
}