Skip to content

Commit

Permalink
[Glitch] Fix front-end bug when processing relationship-related accou…
Browse files Browse the repository at this point in the history
…nt actions

Port 2875204 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire committed Dec 3, 2023
1 parent fe2cf46 commit 725c06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/flavours/glitch/reducers/relationships.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default function relationships(state = initialState, action) {
case ACCOUNT_UNMUTE_SUCCESS:
case ACCOUNT_PIN_SUCCESS:
case ACCOUNT_UNPIN_SUCCESS:
return normalizeRelationship(state, action.relationship);
case RELATIONSHIPS_FETCH_SUCCESS:
return normalizeRelationships(state, action.relationships);
case submitAccountNote.fulfilled:
Expand Down

0 comments on commit 725c06a

Please sign in to comment.