Skip to content

Commit

Permalink
fix(core): handle bogus CardDAV clients
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Oct 7, 2020
1 parent 0fe73ec commit 78c9277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SoObjects/SOGo/SOGoGCSFolder.m
Expand Up @@ -1121,6 +1121,7 @@ - (NSDictionary *) davSQLFieldsTable
{
davSQLFieldsTable = [NSMutableDictionary new];
[davSQLFieldsTable setObject: @"c_version" forKey: @"{DAV:}getetag"];
[davSQLFieldsTable setObject: @"c_version" forKey: @"{http://calendarserver.org/ns/}getetag"];
[davSQLFieldsTable setObject: @"" forKey: @"{DAV:}getcontenttype"];
[davSQLFieldsTable setObject: @"" forKey: @"{DAV:}resourcetype"];
}
Expand Down

0 comments on commit 78c9277

Please sign in to comment.