Merge branch 'b' into 'develop'
Actually fix reblogs See merge request soapbox-pub/soapbox-fe!951
This commit is contained in:
commit
73ff7aa437
|
@ -97,7 +97,7 @@ const mapDispatchToProps = (dispatch, { intl }) => {
|
|||
dispatch((_, getState) => {
|
||||
const boostModal = getSettings(getState()).get('boostModal');
|
||||
if (e.shiftKey || !boostModal) {
|
||||
this.onModalReblog(status);
|
||||
onModalReblog(status);
|
||||
} else {
|
||||
dispatch(openModal('BOOST', { status, onReblog: onModalReblog }));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue