mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 04:41:19 +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 community = Community::read_from_name(conn, community_name)?;
|
||||||
|
|
||||||
let posts = PostQueryBuilder::create(conn)
|
let posts = PostQueryBuilder::create(conn)
|
||||||
.listing_type(ListingType::All)
|
.listing_type(ListingType::Community)
|
||||||
.sort(*sort_type)
|
.sort(*sort_type)
|
||||||
.community_id(community.id)
|
.community_id(community.id)
|
||||||
.list()?;
|
.list()?;
|
||||||
|
|
Loading…
Reference in a new issue