Fix: 公開範囲を指定してブーストが正しく動かない問題(kmyblue独自拡張部分) (#818)
* Fix: 公開範囲を指定してブーストが正しく動かない問題(kmyblue独自拡張部分) * Fix export
This commit is contained in:
parent
36f29b4b76
commit
a41946d11a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ const mapDispatchToProps = (dispatch, { contextType }) => ({
|
||||||
},
|
},
|
||||||
|
|
||||||
onReblogForceModal (status) {
|
onReblogForceModal (status) {
|
||||||
dispatch(openModal({ modalType: 'BOOST', modalProps: { status, onReblog: this.onReblog } }));
|
dispatch(toggleReblog(status.get('id'), false, true));
|
||||||
},
|
},
|
||||||
|
|
||||||
onFavourite (status) {
|
onFavourite (status) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue