Fix tagpolicy to also work with Update #354
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#354
Loading…
Reference in a new issue
No description provided.
Delete branch "ilja/akkoma:fix_tagpolicy_to_also_work_on_updates"
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?
Fixes #340
Objects who got updated would just pass the TagPolicy, undoing the moderation that was set in place for the Actor.
Now we check not only for Create activities, but also Update activities.
I checked which other MRF's checked explicitly on type Create using
grep '"type" => "Create"' lib/pleroma/web/activity_pub/mrf/*
and fixed those in a similar way.The following from that list who have not been changed:
oops, i may have broken the PR by attempting to fix the lint by trying to rebase on develop
praise gitea (https://github.com/go-gitea/gitea/issues/18802)
this looks good though - i'm going to hit merge but i'm gonna have to do it via the cli hehe
merged via cli -
d5828f1c5e
Pull request closed