Fix local timeline showing unread status of TWKN timeline
This commit is contained in:
		@@ -16,7 +16,7 @@ const messages = defineMessages({
 | 
				
			|||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const mapStateToProps = state => ({
 | 
					const mapStateToProps = state => ({
 | 
				
			||||||
  hasUnread: state.getIn(['timelines', 'public', 'unread']) > 0,
 | 
					  hasUnread: state.getIn(['timelines', 'community', 'unread']) > 0,
 | 
				
			||||||
  accessToken: state.getIn(['meta', 'access_token'])
 | 
					  accessToken: state.getIn(['meta', 'access_token'])
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user