fix: don't show owner twice in community member list

This commit is contained in:
trisua 2025-04-09 21:17:42 -04:00
parent f14f84773e
commit c0a4bb3159
2 changed files with 4 additions and 2 deletions

View file

@ -454,7 +454,7 @@ pub async fn members_request(
// ...
let list = match data
.0
.get_memberships_by_community(community.id, 12, props.page)
.get_memberships_by_community(community.id, community.owner, 12, props.page)
.await
{
Ok(p) => match data.0.fill_users(p).await {