mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-15 02:18:00 +00:00
fix(addressbook): respect visible domains when fetching contact
Fixes #4896
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user