Actions like "force unlisted" etc set the wrong tag name
Related: pleroma#2010 (closed)
It seems that these actions set tag names that are incompatible with the ones used in TagPolicy:
These are the tag names used by TagPolicy:
mrf_tag:media-force-nsfwmrf_tag:media-stripmrf_tag:force-unlistedmrf_tag:sandboxmrf_tag:disable-remote-subscriptionmrf_tag:disable-any-subscription
AdminFE sets tags like this:
force_nsfwstrip_mediaforce_unlistedsandboxdisable_remote_subscriptiondisable_any_subscription
