mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 12:52:27 +00:00
Implement data model changes to support new WebDAV Push spec
This commit is contained in:
@@ -18,9 +18,9 @@ pub struct WebPushSubscription {
|
||||
#[derive(XmlDeserialize, Clone, Debug, PartialEq)]
|
||||
pub struct SubscriptionPublicKey {
|
||||
#[xml(ty = "attr", rename = b"type")]
|
||||
ty: String,
|
||||
pub ty: String,
|
||||
#[xml(ty = "text")]
|
||||
key: String,
|
||||
pub key: String,
|
||||
}
|
||||
|
||||
#[derive(XmlDeserialize, Clone, Debug, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user