This commit is contained in:
2024-04-16 23:30:33 +02:00
parent d6f069d4a5
commit ffb728df64
7 changed files with 165 additions and 11 deletions

View File

@ -82,6 +82,7 @@ pub mod trees {
/// Whether the item has been "deleted", e.g. it shoudn't be shown in the view
// FIXME: this field is currently not used
#[serde(default)]
pub deleted: bool,
}