Actions like "force unlisted" etc set the wrong tag name #134

Closed
opened 2020-08-02 16:11:13 +00:00 by alexgleason · 0 comments

Related: pleroma/pleroma#2010

It seems that these actions set tag names that are incompatible with the ones used in TagPolicy:

Screenshot_from_2020-08-01_20-05-53

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
Related: pleroma/pleroma#2010 It seems that these actions set tag names that are incompatible with the ones used in TagPolicy: ![Screenshot_from_2020-08-01_20-05-53](/attachments/7dcdbe34-cedc-4ae8-b531-7b2b7bd32116) 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`
Sign in to join this conversation.
No labels
blocked
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/admin-fe#134
No description provided.