[Bug] Moderation tools missing from drop-down menu #262
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#262
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Version
Latest develop (working off my own commit hash but it is caught up to your develop)
Bug
Moderation tag tools are missing from the moderation dropdown menu, showing only "Deactivate user" and "Delete user" despite Tag Policy being enabled.
I can temporarily fix this by removing
v-if="hasTagPolicy"
fromsrc/components/moderation_tools/moderation_tools.vue
I assume that the issue might be the
tagPolicyAvailable
check inmoderation_tools.js
Image is the options that are missing, which I've fixed temporarily.
I'll note this could be a backend issue, as the MRF file had 2 commits added
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
you seem to have
:pleroma, :mrf, transparency: false
, which means clients and frontends can't know which MRFs you have