This commit is contained in:
Felix Ableitner 2024-03-25 12:30:10 +01:00
parent 83a8bb1630
commit bae9f22b67
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pub struct BlockUser {
pub(crate) remove_data: Option<bool>,
/// block reason, written to mod log
pub(crate) summary: Option<String>,
/// deprecated
/// TODO: deprecated
pub(crate) expires: Option<DateTime<Utc>>,
pub(crate) end_time: Option<DateTime<Utc>>,
}