Fix CI
This commit is contained in:
parent
0d6ce5e6e9
commit
bae03fb1cf
@ -116,7 +116,7 @@ export class Group {
|
|||||||
|
|
||||||
// Broadcast on the right event
|
// Broadcast on the right event
|
||||||
this.users.forEach((groupUser: UserInterface) => {
|
this.users.forEach((groupUser: UserInterface) => {
|
||||||
this.disconnectCallback(user.id, groupUser.id);
|
this.disconnectCallback(user.id, groupUser.id, this);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user