Actually fix reblogs
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
76a1f27b2a
commit
1541b97e1a
|
@ -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