mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-11 14:30:35 +00:00
Removed vestigial hasUnread
This commit is contained in:
@@ -22,7 +22,7 @@ export default class CommunityTimeline extends React.PureComponent {
|
||||
};
|
||||
|
||||
render () {
|
||||
const { intl, hasUnread, columnId, multiColumn } = this.props;
|
||||
const { intl, columnId, multiColumn } = this.props;
|
||||
|
||||
return (
|
||||
<Timeline
|
||||
|
||||
@@ -30,7 +30,7 @@ export default class HashtagTimeline extends React.PureComponent {
|
||||
}
|
||||
|
||||
render () {
|
||||
const { hasUnread, columnId, multiColumn } = this.props;
|
||||
const { columnId, multiColumn } = this.props;
|
||||
const { id } = this.props.params;
|
||||
|
||||
return (
|
||||
|
||||
@@ -27,7 +27,7 @@ export default class HomeTimeline extends React.PureComponent {
|
||||
};
|
||||
|
||||
render () {
|
||||
const { intl, hasUnread, hasFollows, columnId, multiColumn } = this.props;
|
||||
const { intl, hasFollows, columnId, multiColumn } = this.props;
|
||||
|
||||
let emptyMessage;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ export default class PublicTimeline extends React.PureComponent {
|
||||
};
|
||||
|
||||
render () {
|
||||
const { intl, columnId, hasUnread, multiColumn } = this.props;
|
||||
const { intl, columnId, multiColumn } = this.props;
|
||||
|
||||
return (
|
||||
<Timeline
|
||||
|
||||
Reference in New Issue
Block a user