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

@@ -45,6 +45,7 @@ const makeMapStateToProps = () => {
}
return {
containerId : props.containerId || props.id, // Should match reblogStatus's id for reblogs
status : status,
account : account || props.account,
settings : state.get('local_settings'),