cherrypick improve mutes and blocks #61
No reviewers
Labels
No labels
bug
customization
duplicate
enhancement
feature parity
help wanted
high priority
invalid
low priority
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: woem.men/forkey#61
Loading…
Reference in a new issue
No description provided.
Delete branch "mute-fix"
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?
Cherrypicked from foundkey
huh,,, that's an interesting fix :3
wondering if mutes should affect mentions, but it seems reasonable to faer that they should
hm, there is a problem with
ignoreAuthor
that tests catch, this should be supported in some waythis is essentially used for user timeline, if someone intentionally browses through muted user's timeline, then their posts should be viewable despite the mute
fae imagines changing first condition to
if (ids.has(note.userId) && !ignoreAuthor)
to match original misskey-io code should be fineAh whoops I missed the ignoreAuthor thing but yes that should be fixed.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.