Pārlūkot izejas kodu

Fix boost to original audience not working on mobile (#11371)

master^2
ThibG pirms 4 gadiem
committed by Eugen Rochko
vecāks
revīzija
59fd622adc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      app/javascript/mastodon/containers/status_container.js

+ 1
- 1
app/javascript/mastodon/containers/status_container.js Parādīt failu

@@ -77,7 +77,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
},

onReblog (status, e) {
if (e.shiftKey || !boostModal) {
if ((e && e.shiftKey) || !boostModal) {
this.onModalReblog(status);
} else {
dispatch(openModal('BOOST', { status, onReblog: this.onModalReblog }));


Notiek ielāde…
Atcelt
Saglabāt