mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Co-authored-by: Nutomic <me@nutomic.com>
This commit is contained in:
parent
fbadb2d7bd
commit
ffd2ba5d90
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ fn get_feed_community(
|
|||
let community = Community::read_from_name(conn, community_name)?;
|
||||
|
||||
let posts = PostQueryBuilder::create(conn)
|
||||
.listing_type(ListingType::All)
|
||||
.listing_type(ListingType::Community)
|
||||
.sort(*sort_type)
|
||||
.community_id(community.id)
|
||||
.list()?;
|
||||
|
|
Loading…
Reference in a new issue