Skip to content

Commit 1ca74e2

Browse files
mayaehGargron
authored andcommitted
Fix menu items that don't action (mastodon#10379)
1 parent 5e2e5b9 commit 1ca74e2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • app/javascript/mastodon/features/account_timeline/components

app/javascript/mastodon/features/account_timeline/components/header.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ export default class Header extends ImmutablePureComponent {
9898
account={account}
9999
onFollow={this.handleFollow}
100100
onBlock={this.handleBlock}
101+
onMention={this.handleMention}
102+
onDirect={this.handleDirect}
103+
onReblogToggle={this.handleReblogToggle}
104+
onReport={this.handleReport}
105+
onMute={this.handleMute}
106+
onBlockDomain={this.handleBlockDomain}
107+
onUnblockDomain={this.handleUnblockDomain}
108+
onEndorseToggle={this.handleEndorseToggle}
109+
onAddToList={this.handleAddToList}
101110
domain={this.props.domain}
102111
/>
103112

0 commit comments

Comments
 (0)