Record file root sync conflicts

This commit is contained in:
Eric Wendland 2026-05-21 01:40:50 +02:00
commit 475c6a4a2a
8 changed files with 324 additions and 14 deletions

View file

@ -465,6 +465,7 @@ pub enum ControlResponse {
name: String,
root: Option<FileRoot>,
tree_bytes_imported: bool,
sync_conflicts: Vec<FileConflict>,
allowed: bool,
reason: String,
note: String,
@ -1654,6 +1655,7 @@ mod tests {
name: "notes".to_owned(),
root: None,
tree_bytes_imported: false,
sync_conflicts: Vec::new(),
allowed: false,
reason: "no grant".to_owned(),
note: "file-root sync".to_owned(),