fix(addressbook): Remove vlist from dav request for Thunderbird only. In Thunderbird 115, using vlist results in contact duplication

This commit is contained in:
smizrahi
2023-09-06 14:02:05 +02:00
parent 87b89ed094
commit f0719ee409
2 changed files with 26 additions and 1 deletions
+5
View File
@@ -260,4 +260,9 @@
return b;
}
- (BOOL) isThunderbird
{
return ([[self headerForKey:@"user-agent"] rangeOfString: @"Thunderbird"].location != NSNotFound);
}
@end