Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove quotes of blocked users #1448

Closed
ghost opened this issue Aug 8, 2023 · 1 comment
Closed

remove quotes of blocked users #1448

ghost opened this issue Aug 8, 2023 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Aug 8, 2023

quotes of users i have blocked show up on my home timeline.

quotes of users I have muted do not show up on my home timeline.

the best scenario is to have this as an opt in under home feed settings, or have the ability to also hide quotes of users we have blocked.
I dont know if this was fully a bug or an intended results,

I feel that quotes of users we have blocked is probably more harmful than quotes of muted users. and having those muted users be hidden is the best case scenario.

the code responsible for finalizing the mute decision

else if (mod.cause.type === 'muted') {
// filter and blur
mod.filter = true
mod.blur = true

the code responsible for actually filtering them out from the feed

// derive filtering from feeds from the post, post author's account,
// quoted post, and quoted post author's account
const mergedForFeed = takeHighestPriorityDecision(
post,
account,
quote,
quotedAccount,
)

@pfrazee
Copy link
Collaborator

pfrazee commented Aug 14, 2023

Fixed with #1463 !

@pfrazee pfrazee closed this as completed Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant