This commit is contained in:
gparant
2020-05-02 23:48:33 +02:00
parent 0d6ce5e6e9
commit bae03fb1cf
+1 -1
View File
@@ -116,7 +116,7 @@ export class Group {
// Broadcast on the right event
this.users.forEach((groupUser: UserInterface) => {
this.disconnectCallback(user.id, groupUser.id);
this.disconnectCallback(user.id, groupUser.id, this);
});
}