fix: nsfw posts in all/communities timelines

This commit is contained in:
trisua 2025-07-09 22:29:54 -04:00
parent 69067145ce
commit 7960f1ed41
3 changed files with 28 additions and 6 deletions

View file

@ -723,7 +723,7 @@ pub async fn from_communities_request(
};
match data
.get_posts_from_user_communities(user.id, 12, props.page)
.get_posts_from_user_communities(user.id, 12, props.page, &user)
.await
{
Ok(posts) => {