Merge pull request #3788 from Gcampes/patch-3
[HTML5] - Fix user not being removed on tab close
This commit is contained in:
commit
5286a6acb7
@ -57,7 +57,7 @@ export default function userLeaving(credentials, userId) {
|
||||
}
|
||||
};
|
||||
|
||||
return Users.update(selector, modifier, cb);
|
||||
Users.update(selector, modifier, cb);
|
||||
}
|
||||
|
||||
let payload = {
|
||||
|
Loading…
Reference in New Issue
Block a user