Fixing DMs with users who have them disabled

This commit is contained in:
2019-12-05 19:13:00 -05:00
parent 719294f0ed
commit b402c96864
3 changed files with 55 additions and 7 deletions

View File

@@ -142,5 +142,6 @@ export const sendDirectMessage = (user, message) => (dispatch) => {
sendDirectMessage: err.response.data
}
})
dispatch({type: SET_NOT_LOADING_UI_4});
})
}