|
|
@ -66,6 +66,15 @@ class Header extends ImmutablePureComponent {
|
|
|
|
identity_props: ImmutablePropTypes.list,
|
|
|
|
identity_props: ImmutablePropTypes.list,
|
|
|
|
onFollow: PropTypes.func.isRequired,
|
|
|
|
onFollow: PropTypes.func.isRequired,
|
|
|
|
onBlock: PropTypes.func.isRequired,
|
|
|
|
onBlock: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onMention: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onDirect: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onReport: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onReblogToggle: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onMute: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onBlockDomain: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onUnblockDomain: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onEndorseToggle: PropTypes.func.isRequired,
|
|
|
|
|
|
|
|
onAddToList: PropTypes.func.isRequired,
|
|
|
|
onEditAccountNote: PropTypes.func.isRequired,
|
|
|
|
onEditAccountNote: PropTypes.func.isRequired,
|
|
|
|
intl: PropTypes.object.isRequired,
|
|
|
|
intl: PropTypes.object.isRequired,
|
|
|
|
domain: PropTypes.string.isRequired,
|
|
|
|
domain: PropTypes.string.isRequired,
|
|
|
|