mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 00:54:02 -05:00
Fix local timeline showing unread status of TWKN timeline
This commit is contained in:
parent
2c50687279
commit
e2209e1104
@ -16,7 +16,7 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
hasUnread: state.getIn(['timelines', 'public', 'unread']) > 0,
|
||||
hasUnread: state.getIn(['timelines', 'community', 'unread']) > 0,
|
||||
accessToken: state.getIn(['meta', 'access_token'])
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user