fix bug
This commit is contained in:
parent
055c330a3e
commit
734bbd434e
@ -18,6 +18,7 @@ pub struct User {
|
||||
pub is_cox: bool,
|
||||
is_admin: bool,
|
||||
is_guest: bool,
|
||||
#[serde(default = "bool::default")]
|
||||
deleted: bool,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user