Add toggle to hide posts mentioning blocked users #78
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#78
Loading…
Reference in a new issue
No description provided.
Delete branch ":hide-blocked-threads"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
even when not hidden, this tags those posts as filtered, like wordfiltered or muted user posts.
pretty poggers, that was quick
you've got a conflict in i18n stuff - and if i could be a bother ,the i18n key is a little ambiguous - maybe
hideThreadWithBlockedUsers
would be more descriptivethat key is ambiguous, yeah, i think so too, but it's in line with other keys, like
this is a REALLY bad key name but it is a precedent
we have total control of this now, we can fix bad precedent :smug:
38cea74a0a
to669c583f37
yeah that's fair
just noticed one additional little thing, the rest looks good
@ -264,0 +267,4 @@
let mentions = false
// find if user in mentions list is blocked
this.status.attentions.forEach((attn) => {
whilst this works, you could also do
which avoids the mutating boolean thing you've got going on there
this is clever but i think it's less immediately readable this way
but your choice if you want to change here, lemme know either way since it looks okie~
in that case, cool
thankies