request relationships when fetching blocks & mutes #319
No reviewers
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#319
Loading…
Reference in a new issue
No description provided.
Delete branch "flisk/akkoma-fe:fix-mute-block-button-states"
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?
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