request relationships when fetching blocks & mutes #319
No reviewers
Labels
No Label
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#319
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "flisk/akkoma-fe:fix-mute-block-button-states"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
mute/block buttons in the settings modal don't currently reflect the actual relationship with listed users due to a missing request parameter.
this change adds the missing parameter to both relevant URLs. it fixes button state for mutes, but in order for blocks to be displayed correctly, a backend change is required as well. pleroma has already implemented this change:
d83f16fe44
in fact, it might be worth pulling this from pleroma wholesale, because someone fixed this problem as part of a related feature that seems desirable: https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1790
as suggested, pulled that PR
included via
29cfdcbbcd
Pull request closed