server side code to integrate the whitelist

This commit is contained in:
Alexandre Cloutier
2014-07-07 13:38:37 -04:00
parent 16d02455bd
commit f0b8eb8dfb
4 changed files with 71 additions and 28 deletions
+2 -2
View File
@@ -639,10 +639,10 @@ static NSArray *reminderValues = nil;
return [userDefaults busyOffHours];
}
- (NSString *) whiteListValue
- (NSArray *) whiteListValue
{
SOGoUserSettings *us;
id *whiteListValue;
NSArray *whiteListValue;
us = [user userSettings];
whiteListValue = [us objectForKey:@"whiteListInvitations"];