mirror of https://github.com/LemmyNet/lemmy.git
add todo
parent
83a8bb1630
commit
bae9f22b67
|
@ -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>>,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue