We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2e5b9 commit 1ca74e2Copy full SHA for 1ca74e2
1 file changed
app/javascript/mastodon/features/account_timeline/components/header.js
@@ -98,6 +98,15 @@ export default class Header extends ImmutablePureComponent {
98
account={account}
99
onFollow={this.handleFollow}
100
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}
110
domain={this.props.domain}
111
/>
112
0 commit comments