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

pull/5558/head
Weblate 2017-11-06 14:10:32 +00:00
commit 01401fe4f8
1 changed files with 2 additions and 1 deletions

View File

@ -127,8 +127,9 @@ module.exports = React.createClass({
}, },
_initGroupStore(groupId) { _initGroupStore(groupId) {
if (!groupId) return;
this._groupStore = GroupStoreCache.getGroupStore( this._groupStore = GroupStoreCache.getGroupStore(
this.context.matrixClient, this.props.groupId, this.context.matrixClient, groupId,
); );
this._groupStore.registerListener(this.onGroupStoreUpdated); this._groupStore.registerListener(this.onGroupStoreUpdated);
}, },