mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-14 08:51:37 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
0fdde954d4
@ -33,6 +33,9 @@ export default class GroupStore extends EventEmitter {
|
||||
|
||||
constructor(matrixClient, groupId) {
|
||||
super();
|
||||
if (!groupId) {
|
||||
throw new Error('GroupStore needs a valid groupId to be created');
|
||||
}
|
||||
this.groupId = groupId;
|
||||
this._matrixClient = matrixClient;
|
||||
this._summary = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user