mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Cleanup contact and list viewers
This commit is contained in:
@@ -174,14 +174,13 @@
|
||||
data = [NSMutableDictionary dictionaryWithObjectsAndKeys:
|
||||
[[co container] nameInContainer], @"pid",
|
||||
[co nameInContainer], @"id",
|
||||
[list tag], @"tag",
|
||||
[[list tag] lowercaseString], @"tag",
|
||||
[list fn], @"fn",
|
||||
[list nickname], @"nickname",
|
||||
[list description], @"description",
|
||||
cards, @"refs",
|
||||
nil];
|
||||
|
||||
// [list cardReferences]
|
||||
|
||||
result = [self responseWithStatus: 200
|
||||
andString: [data jsonRepresentation]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user