]> cat aescling's git repositories - mastodon.git/commitdiff
Fix menu items that don't action (#10379)
authormayaeh <mayaeh@marimo-net.org>
Tue, 26 Mar 2019 04:31:09 +0000 (13:31 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 26 Mar 2019 04:31:09 +0000 (05:31 +0100)
app/javascript/mastodon/features/account_timeline/components/header.js

index 7c621c09097ab4cb04b9da93ad00dff374b76319..16ada18c06d51c9fa759b22f7ceb0d870d7855f2 100644 (file)
@@ -98,6 +98,15 @@ export default class Header extends ImmutablePureComponent {
           account={account}
           onFollow={this.handleFollow}
           onBlock={this.handleBlock}
+          onMention={this.handleMention}
+          onDirect={this.handleDirect}
+          onReblogToggle={this.handleReblogToggle}
+          onReport={this.handleReport}
+          onMute={this.handleMute}
+          onBlockDomain={this.handleBlockDomain}
+          onUnblockDomain={this.handleUnblockDomain}
+          onEndorseToggle={this.handleEndorseToggle}
+          onAddToList={this.handleAddToList}
           domain={this.props.domain}
         />