add: option to hide posts answering questions from "All" timeline

This commit is contained in:
trisua 2025-06-22 00:45:05 -04:00
parent 5961999ce4
commit 612fbf5eb4
6 changed files with 36 additions and 5 deletions

View file

@ -59,7 +59,7 @@ impl DataManager {
match stack.sort {
StackSort::Created => {
self.fill_posts_with_community(
self.get_latest_posts(batch, page).await?,
self.get_latest_posts(batch, page, &user).await?,
as_user_id,
&ignore_users,
user,