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-nsfw
mrf_tag:media-strip
mrf_tag:force-unlisted
mrf_tag:sandbox
mrf_tag:disable-remote-subscription
mrf_tag:disable-any-subscription
AdminFE sets tags like this:
force_nsfw
strip_media
force_unlisted
sandbox
disable_remote_subscription
disable_any_subscription