Skip to content

[2.x] fix: honour the post author's bypass permission - #75

Merged
imorland merged 2 commits into
2.xfrom
im/author-bypass-filter
Aug 16, 2026
Merged

[2.x] fix: honour the post author's bypass permission#75
imorland merged 2 commits into
2.xfrom
im/author-bypass-filter

Conversation

@imorland

Copy link
Copy Markdown
Member

Reported in #68.

imorland and others added 2 commits August 16, 2026 10:14
The filter only checked whether the current actor could bypass it, so a
post written by someone allowed to use filtered words was flagged as
soon as anybody else saved it — a moderator editing it, for instance.

The author's permission is now checked as well as the actor's. Posts by
users without the permission are still filtered when a moderator edits
them.

Reported in #68.
@imorland imorland changed the title fix: honour the post author's bypass permission [2.x] fix: honour the post author's bypass permission Aug 16, 2026
@imorland
imorland marked this pull request as ready for review August 16, 2026 09:17
@imorland
imorland requested a review from a team as a code owner August 16, 2026 09:17
@imorland
imorland merged commit 8064052 into 2.x Aug 16, 2026
20 checks passed
@imorland
imorland deleted the im/author-bypass-filter branch August 16, 2026 09:17
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

Successfully merging this pull request may close these issues.

Three Filtering Issues: Missing Title Checks, Regex False Positives, and Author Bypass Failure

2 participants