mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Debugging output for subscription issue
This commit is contained in:
@@ -1649,7 +1649,9 @@ static NSArray *childRecordFields = nil;
|
||||
[[SOGoCache sharedCache] registerGroup: group withName: currentUID inDomain: domain];
|
||||
}
|
||||
|
||||
if (group && [group hasMemberWithUID: uid])
|
||||
if (!group)
|
||||
[self errorWithFormat: @"Can't find group %@", group];
|
||||
else if ([group hasMemberWithUID: uid])
|
||||
[acls addObject: [record valueForKey: @"c_role"]];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user