- /* * * * */
-
-/*
-
-The `<StatusHeader>` component:
--------------------------------
-
-The `<StatusHeader>` component wraps together the header information
-(avatar, display name) and upper buttons and icons (collapsing, media
-icons) into a single `<header>` element.
-
-### Props
-
- - __`account`, `friend` (`ImmutablePropTypes.map`) :__
- These give the accounts associated with the status. `account` is
- the author of the post; `friend` will have their avatar appear
- in the overlay if provided.
-
- - __`mediaIcon` (`PropTypes.string`) :__
- If a mediaIcon should be placed in the header, this string
- specifies it.
-
- - __`collapsible`, `collapsed` (`PropTypes.bool`) :__
- These props tell whether a post can be, and is, collapsed.
-
- - __`parseClick` (`PropTypes.func`) :__
- This function will be called when the user clicks inside the header
- information.
-
- - __`setExpansion` (`PropTypes.func`) :__
- This function is used to set the expansion state of the post.