mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Remove moderator_view field from PostQuery (#4255)
This commit is contained in:
parent
93d123b46e
commit
a0ef56b9b7
1 changed files with 0 additions and 1 deletions
|
@ -635,7 +635,6 @@ pub struct PostQuery<'a> {
|
||||||
pub saved_only: bool,
|
pub saved_only: bool,
|
||||||
pub liked_only: bool,
|
pub liked_only: bool,
|
||||||
pub disliked_only: bool,
|
pub disliked_only: bool,
|
||||||
pub moderator_view: bool,
|
|
||||||
pub page: Option<i64>,
|
pub page: Option<i64>,
|
||||||
pub limit: Option<i64>,
|
pub limit: Option<i64>,
|
||||||
pub page_after: Option<PaginationCursorData>,
|
pub page_after: Option<PaginationCursorData>,
|
||||||
|
|
Loading…
Reference in a new issue