add initial components based off of tootsuite pr #1507
This commit is contained in:
@ -58,6 +58,7 @@ export default class Status extends ImmutablePureComponent {
|
||||
'settings',
|
||||
'prepend',
|
||||
'boostModal',
|
||||
'favouriteModal',
|
||||
'muted',
|
||||
'collapse',
|
||||
'notification',
|
||||
@ -204,8 +205,8 @@ export default class Status extends ImmutablePureComponent {
|
||||
this.props.onReply(this.props.status, this.context.router.history);
|
||||
}
|
||||
|
||||
handleHotkeyFavourite = () => {
|
||||
this.props.onFavourite(this.props.status);
|
||||
handleHotkeyFavourite = e => {
|
||||
this.props.onFavourite(this.props.status, e);
|
||||
}
|
||||
|
||||
handleHotkeyBoost = e => {
|
||||
|
Reference in New Issue
Block a user