Pārlūkot izejas kodu

Fix hide reblogs (regression from #5887) (#5909)

master
Yamagishi Kazutoshi pirms 6 gadiem
committed by Eugen Rochko
vecāks
revīzija
432761f375
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      app/javascript/mastodon/features/account_timeline/containers/header_container.js

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

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

onReblogToggle (account) {
if (account.getIn(['relationship', 'show_reblogs'])) {
if (account.getIn(['relationship', 'showing_reblogs'])) {
dispatch(followAccount(account.get('id'), false));
} else {
dispatch(followAccount(account.get('id'), true));


Notiek ielāde…
Atcelt
Saglabāt