projects
/
libreadventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6ce5e
)
Fix CI
author
gparant
<g.parant@thecodingmachine.com>
Sat, 2 May 2020 21:48:33 +0000
(23:48 +0200)
committer
gparant
<g.parant@thecodingmachine.com>
Sat, 2 May 2020 21:48:33 +0000
(23:48 +0200)
back/src/Model/Group.ts
patch
|
blob
|
blame
|
history
diff --git
a/back/src/Model/Group.ts
b/back/src/Model/Group.ts
index 39128c96f66704232de0831848252891e82ef6f6..c7971a4be22412d5c086e541978dea920966a7ff 100644
(file)
--- a/
back/src/Model/Group.ts
+++ b/
back/src/Model/Group.ts
@@
-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
);
});
}