mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
f46c16b94a
@ -191,6 +191,10 @@ module.exports = React.createClass({
|
|||||||
this._tagStoreToken.remove();
|
this._tagStoreToken.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this._roomListStoreToken) {
|
||||||
|
this._roomListStoreToken.remove();
|
||||||
|
}
|
||||||
|
|
||||||
if (this._groupStoreTokens.length > 0) {
|
if (this._groupStoreTokens.length > 0) {
|
||||||
// NB: GroupStore is not a Flux.Store
|
// NB: GroupStore is not a Flux.Store
|
||||||
this._groupStoreTokens.forEach((token) => token.unregister());
|
this._groupStoreTokens.forEach((token) => token.unregister());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user