Implement status hotkeys + spoiler expanding

This commit is contained in:
kibigo!
2017-11-27 13:17:12 -08:00
parent 63d47e04c4
commit f3c3df62ab
6 changed files with 84 additions and 80 deletions

View File

@@ -11,7 +11,6 @@ const makeMapStateToProps = () => {
const mapStateToProps = (state, props) => ({
notification: getNotification(state, props.notification, props.accountId),
settings: state.get('local_settings'),
notifCleaning: state.getIn(['notifications', 'cleaningMode']),
});