Merge branch 'develop' into dbkr/group_userlist
This commit is contained in:
commit
e9fb5712bd
51 changed files with 890 additions and 333 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue