]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix menu items that don't action
authormayaeh <mayaeh@marimo-net.org>
Tue, 26 Mar 2019 04:31:09 +0000 (13:31 +0900)
committerThibG <thib@sitedethib.com>
Thu, 28 Mar 2019 18:56:40 +0000 (19:56 +0100)
Port 186f7bcbb64e289fb732272c67eae6cb59276941 to glitch-soc

app/javascript/flavours/glitch/features/account_timeline/components/header.js

index 8f742ee2480fea20738f5c40adc6a7fa7c3d724c..291db69df2b83a92c2806e012b6fab147e251f2e 100644 (file)
@@ -99,6 +99,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}
         />