mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 09:52:10 +00:00
Update community_moderator_view.rs
This commit is contained in:
parent
84142f031c
commit
85cd62dde2
|
@ -89,8 +89,8 @@ impl CommunityModeratorView {
|
|||
// https://stackoverflow.com/questions/24042359/how-to-join-only-one-row-in-joined-table-with-postgres
|
||||
.distinct_on(community_moderator::community_id)
|
||||
.order_by((
|
||||
community_moderator::community_id,
|
||||
community_moderator::published,
|
||||
community_moderator::community_id,
|
||||
community_moderator::published,
|
||||
))
|
||||
.load::<CommunityModeratorView>(conn)
|
||||
.await
|
||||
|
|
Loading…
Reference in a new issue