mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 14:45:10 +00:00
Update comment.rs
This commit is contained in:
parent
d89610964a
commit
ef654b1472
|
@ -67,10 +67,6 @@ pub struct CommentInsertForm {
|
|||
pub deleted: Option<bool>,
|
||||
pub ap_id: Option<DbUrl>,
|
||||
pub local: Option<bool>,
|
||||
#[cfg(feature = "full")]
|
||||
pub path: Option<Ltree>,
|
||||
#[cfg(not(feature = "full"))]
|
||||
pub path: Option<String>,
|
||||
pub distinguished: Option<bool>,
|
||||
pub language_id: Option<LanguageId>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue