<StatusListContainertype='community'emptyMessage={<FormattedMessageid='empty_column.community'defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!'/>}/>
<StatusListContainer{...this.props}scrollKey='community_timeline'type='community'emptyMessage={<FormattedMessageid='empty_column.community'defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!'/>}/>
<StatusListContainertype='tag'id={id}emptyMessage={<FormattedMessageid='empty_column.hashtag'defaultMessage='There is nothing in this hashtag yet.'/>}/>
<StatusListContainerscrollKey='hashtag_timeline' type='tag'id={id}emptyMessage={<FormattedMessageid='empty_column.hashtag'defaultMessage='There is nothing in this hashtag yet.'/>}/>
<StatusListContainer{...this.props}type='home'emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage="You aren't following anyone yet. Visit {public} or use search to get started and meet other users."values={{public:<Linkto='/timelines/public'><FormattedMessageid='empty_column.home.public_timeline'defaultMessage='the public timeline'/></Link>}}/>}/>
<StatusListContainer{...this.props}scrollKey='home_timeline' type='home'emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage="You aren't following anyone yet. Visit {public} or use search to get started and meet other users."values={{public:<Linkto='/timelines/public'><FormattedMessageid='empty_column.home.public_timeline'defaultMessage='the public timeline'/></Link>}}/>}/>
<StatusListContainertype='public'emptyMessage={<FormattedMessageid='empty_column.public'defaultMessage='There is nothing here! Write something publicly, or manually follow users from other instances to fill it up'/>}/>
<StatusListContainer{...this.props}type='public'scrollKey='public_timeline'emptyMessage={<FormattedMessageid='empty_column.public'defaultMessage='There is nothing here! Write something publicly, or manually follow users from other instances to fill it up'/>}/>