mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 10:51:13 +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();
|
||||
}
|
||||
|
||||
unregisterListener(fn) {
|
||||
this.removeListener('update', fn);
|
||||
}
|
||||
|
||||
getSummary() {
|
||||
return this._summary;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user