aboutsummaryrefslogtreecommitdiff
path: root/aero-proto/src/dav/controller.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-05-29 08:47:56 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-05-29 08:47:56 +0200
commitf9fab60e5ee77c0cf57744e39b5685902189a38b (patch)
tree8434d66f7b38658edb4db7648527930f3f26aab0 /aero-proto/src/dav/controller.rs
parenta2f5b451bd32780d60be69c6412cb351a54b765b (diff)
downloadaerogramme-f9fab60e5ee77c0cf57744e39b5685902189a38b.tar.gz
aerogramme-f9fab60e5ee77c0cf57744e39b5685902189a38b.zip
test report sync-collection
Diffstat (limited to 'aero-proto/src/dav/controller.rs')
-rw-r--r--aero-proto/src/dav/controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/aero-proto/src/dav/controller.rs b/aero-proto/src/dav/controller.rs
index 7e1f416..76dd15d 100644
--- a/aero-proto/src/dav/controller.rs
+++ b/aero-proto/src/dav/controller.rs
@@ -184,7 +184,7 @@ impl Controller {
},
};
extension = Some(realization::Multistatus::Sync(sync::Multistatus {
- sync_token: sync::SyncToken(new_token.to_string()),
+ sync_token: sync::SyncToken(format!("{}{}", BASE_TOKEN_URI, new_token)),
}));
}
_ => {