* Add button to unblock blocked accounts from their profile * Add “Blocked” badge in place of “Follows you” when the user is blocked * Add “Muted” badge (below “follows you” badge)
This commit is contained in:
parent
4e929b2d17
commit
46a9a23749
3 changed files with 33 additions and 0 deletions
|
@ -82,6 +82,7 @@ export default class Header extends ImmutablePureComponent {
|
|||
<InnerHeader
|
||||
account={account}
|
||||
onFollow={this.handleFollow}
|
||||
onBlock={this.handleBlock}
|
||||
/>
|
||||
|
||||
<ActionBar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue