fix(addressbook): respect visible domains when fetching contact

Fixes #4896
This commit is contained in:
Francis Lachapelle
2022-01-11 16:40:53 -05:00
parent cf341822ee
commit 368360bb95
2 changed files with 12 additions and 17 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
/* SQLSource.h - this file is part of SOGo
*
* Copyright (C) 2009-2020 Inverse inc.
* Copyright (C) 2009-2022 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -55,6 +55,8 @@
NSDictionary *_modulesConstraints;
}
- (EOQualifier *) visibleDomainsQualifierFromDomain: (NSString *) domain;
@end
#endif /* SQLSOURCE_H */