This commit is contained in:
philipp 2023-04-28 19:43:59 +02:00
parent 055c330a3e
commit 734bbd434e

View File

@ -18,6 +18,7 @@ pub struct User {
pub is_cox: bool,
is_admin: bool,
is_guest: bool,
#[serde(default = "bool::default")]
deleted: bool,
}