request relationships when fetching blocks & mutes #319

Closed
flisk wants to merge 1 commits from flisk/akkoma-fe:fix-mute-block-button-states into develop
Contributor

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

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: https://git.pleroma.social/pleroma/pleroma/-/commit/d83f16fe44210517ceec7bc7786728c1f4d81627
flisk added 1 commit 2023-05-30 10:11:36 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
982c5eaf8d
request relationships when fetching blocks & mutes
Author
Contributor

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

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
Mergan added the
Bug fix
label 2023-07-17 19:10:06 +00:00

as suggested, pulled that PR

included via 29cfdcbbcd

as suggested, pulled that PR included via 29cfdcbbcdb5076e9b2d17c11184c5c59d9fc024
floatingghost closed this pull request 2023-08-04 14:55:05 +00:00
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

Pull request closed

Sign in to join this conversation.
No description provided.