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

@@ -84,6 +84,7 @@ const keyMap = {
goToProfile: 'g u',
goToBlocked: 'g b',
goToMuted: 'g m',
toggleSpoiler: 'x',
};
@connect(mapStateToProps)