1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

Merge remote-tracking branch 'origin/develop' into dbkr/my_groups

This commit is contained in:
David Baker
2017-07-07 10:32:37 +01:00
51 changed files with 665 additions and 436 deletions

View File

@ -45,8 +45,9 @@ export default React.createClass({
this.setState({
summary: null,
error: null,
}, () => {
this._loadGroupFromServer(newProps.groupId);
});
this._loadGroupFromServer(newProps.groupId);
}
},