Merge branch 'develop' into luke/feature-flair

This commit is contained in:
Luke Barnard
2017-09-18 14:46:50 +01:00
50 changed files with 854 additions and 298 deletions

View File

@@ -131,6 +131,9 @@ export default React.createClass({
useCompactLayout: event.getContent().useCompactLayout,
});
}
if (event.getType() === "m.ignored_user_list") {
dis.dispatch({action: "ignore_state_changed"});
}
},
_onKeyDown: function(ev) {