mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 17:38:22 +00:00
carddav: Fix namespace for max-resource-size
This commit is contained in:
@@ -19,7 +19,7 @@ pub enum AddressbookProp {
|
||||
SupportedCollationSet(SupportedCollationSet),
|
||||
#[xml(ns = "rustical_dav::namespace::NS_DAV", skip_deserializing)]
|
||||
SupportedReportSet(SupportedReportSet<ReportMethod>),
|
||||
#[xml(ns = "rustical_dav::namespace::NS_DAV")]
|
||||
#[xml(ns = "rustical_dav::namespace::NS_CARDDAV")]
|
||||
MaxResourceSize(i64),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user