Update comment.rs

This commit is contained in:
dullbananas 2023-12-20 15:56:19 -07:00 committed by GitHub
parent d89610964a
commit ef654b1472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>,
}