mirror of https://github.com/LemmyNet/lemmy.git
Remove moderator_view field from PostQuery (#4255)
parent
93d123b46e
commit
a0ef56b9b7
|
@ -635,7 +635,6 @@ pub struct PostQuery<'a> {
|
|||
pub saved_only: bool,
|
||||
pub liked_only: bool,
|
||||
pub disliked_only: bool,
|
||||
pub moderator_view: bool,
|
||||
pub page: Option<i64>,
|
||||
pub limit: Option<i64>,
|
||||
pub page_after: Option<PaginationCursorData>,
|
||||
|
|
Loading…
Reference in New Issue