Actually fix reblogs

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-03 23:30:29 +01:00
parent 76a1f27b2a
commit 1541b97e1a
1 changed files with 1 additions and 1 deletions

View File

@ -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 }));
}