From ff0ecca84cc6385110c441e3b8616a609bcc206a Mon Sep 17 00:00:00 2001 From: kibigo! Date: Sat, 24 Jun 2017 16:37:02 -0700 Subject: [PATCH] Removing vestigial hasUnread, pt. II --- app/javascript/mastodon/features/community_timeline/index.js | 1 - app/javascript/mastodon/features/hashtag_timeline/index.js | 1 - app/javascript/mastodon/features/home_timeline/index.js | 1 - app/javascript/mastodon/features/public_timeline/index.js | 1 - 4 files changed, 4 deletions(-) diff --git a/app/javascript/mastodon/features/community_timeline/index.js b/app/javascript/mastodon/features/community_timeline/index.js index 1fae549a16..b2fe6b6a02 100644 --- a/app/javascript/mastodon/features/community_timeline/index.js +++ b/app/javascript/mastodon/features/community_timeline/index.js @@ -29,7 +29,6 @@ export default class CommunityTimeline extends React.PureComponent { expand={expandCommunityTimeline} refresh={refreshCommunityTimeline} streamId='public:local' - hasUnread={hasUnread} columnName='COMMUNITY' columnId={columnId} mulitColumn={multiColumn} diff --git a/app/javascript/mastodon/features/hashtag_timeline/index.js b/app/javascript/mastodon/features/hashtag_timeline/index.js index e509c8dd0d..b3170c7a35 100644 --- a/app/javascript/mastodon/features/hashtag_timeline/index.js +++ b/app/javascript/mastodon/features/hashtag_timeline/index.js @@ -38,7 +38,6 @@ export default class HashtagTimeline extends React.PureComponent { expand={this.expand} refresh={this.refresh} streamId={`hashtag&tag=${id}`} - hasUnread={hasUnread} columnName='HASHTAG' columnProps={{ id }} columnId={columnId} diff --git a/app/javascript/mastodon/features/home_timeline/index.js b/app/javascript/mastodon/features/home_timeline/index.js index 629d279ac0..54b86fa324 100644 --- a/app/javascript/mastodon/features/home_timeline/index.js +++ b/app/javascript/mastodon/features/home_timeline/index.js @@ -40,7 +40,6 @@ export default class HomeTimeline extends React.PureComponent { return (