Fix CI
authorgparant <g.parant@thecodingmachine.com>
Sat, 2 May 2020 21:48:33 +0000 (23:48 +0200)
committergparant <g.parant@thecodingmachine.com>
Sat, 2 May 2020 21:48:33 +0000 (23:48 +0200)
back/src/Model/Group.ts

index 39128c96f66704232de0831848252891e82ef6f6..c7971a4be22412d5c086e541978dea920966a7ff 100644 (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);
         });
     }