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