mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
Implement data model changes to support new WebDAV Push spec
This commit is contained in:
@@ -7,6 +7,9 @@ pub struct Subscription {
|
||||
pub topic: String,
|
||||
pub expiration: NaiveDateTime,
|
||||
pub push_resource: String,
|
||||
pub public_key: String,
|
||||
pub public_key_type: String,
|
||||
pub auth_secret: String,
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
|
||||
Reference in New Issue
Block a user