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

pull/21833/head
Weblate 2018-02-15 13:35:14 +00:00
commit f46c16b94a
1 changed files with 4 additions and 0 deletions

View File

@ -191,6 +191,10 @@ module.exports = React.createClass({
this._tagStoreToken.remove();
}
if (this._roomListStoreToken) {
this._roomListStoreToken.remove();
}
if (this._groupStoreTokens.length > 0) {
// NB: GroupStore is not a Flux.Store
this._groupStoreTokens.forEach((token) => token.unregister());