Switch to compose route when replying and compose is not mounted
This commit is contained in:
@ -61,8 +61,8 @@ const makeMapStateToPropsLast = () => {
|
||||
|
||||
const mapDispatchToProps = (dispatch) => ({
|
||||
|
||||
onReply (status) {
|
||||
dispatch(replyCompose(status));
|
||||
onReply (status, router) {
|
||||
dispatch(replyCompose(status, router));
|
||||
},
|
||||
|
||||
onReblog (status) {
|
||||
|
Reference in New Issue
Block a user