<NavLinkexactto={`/accounts/${account.get('id')}/with_replies`}><FormattedMessageid='account.posts_with_replies'defaultMessage='Toots and replies'/></NavLink>
<NavLinkexactto={`/@${account.get('acct')}/with_replies`}><FormattedMessageid='account.posts_with_replies'defaultMessage='Toots and replies'/></NavLink>
@@ -153,7 +153,7 @@ class HomeTimeline extends React.PureComponent {
scrollKey={`home_timeline-${columnId}`}
onLoadMore={this.handleLoadMore}
timelineId='home'
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! 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> }} />}
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Visit {public} or use search to get started and meet other users.'values={{public:<Linkto='/public'><FormattedMessageid='empty_column.home.public_timeline'defaultMessage='the public timeline'/></Link> }} />}