@ -46,6 +48,7 @@ class CommunityTimeline extends React.PureComponent {
hasUnread:PropTypes.bool,
multiColumn:PropTypes.bool,
onlyMedia:PropTypes.bool,
regex:PropTypes.string,
};
handlePin=()=>{
@ -127,6 +130,7 @@ class CommunityTimeline extends React.PureComponent {
onLoadMore={this.handleLoadMore}
emptyMessage={<FormattedMessageid='empty_column.community'defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!'/>}
@ -42,6 +43,7 @@ class HomeTimeline extends React.PureComponent {
hasAnnouncements:PropTypes.bool,
unreadAnnouncements:PropTypes.number,
showAnnouncements:PropTypes.bool,
regex:PropTypes.string,
};
handlePin=()=>{
@ -154,6 +156,7 @@ class HomeTimeline extends React.PureComponent {
timelineId='home'
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Follow more people to fill it up. {suggestions}'values={{suggestions:<Linkto='/start'><FormattedMessageid='empty_column.home.suggestions'defaultMessage='See some suggestions'/></Link> }} />}
@ -52,6 +54,7 @@ class PublicTimeline extends React.PureComponent {
onlyMedia:PropTypes.bool,
onlyRemote:PropTypes.bool,
allowLocalOnly:PropTypes.bool,
regex:PropTypes.string,
};
handlePin=()=>{
@ -133,6 +136,7 @@ class PublicTimeline extends React.PureComponent {
scrollKey={`public_timeline-${columnId}`}
emptyMessage={<FormattedMessageid='empty_column.public'defaultMessage='There is nothing here! Write something publicly, or manually follow users from other servers to fill it up'/>}