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