mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 03:11:02 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
4c4a933a09
@ -92,6 +92,10 @@ export default class GroupStore extends EventEmitter {
|
|||||||
this._fetchMembers();
|
this._fetchMembers();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unregisterListener(fn) {
|
||||||
|
this.removeListener('update', fn);
|
||||||
|
}
|
||||||
|
|
||||||
getSummary() {
|
getSummary() {
|
||||||
return this._summary;
|
return this._summary;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user