Skip to content
Snippets Groups Projects
Unverified Commit ad483dd0 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #5702 from Tainan404/issue-5692

Skip userLeaving when meeting is gone.
parents 381e4dd7 d5482651
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ export default function userLeaving(credentials, userId, connectionId) {
const User = Users.findOne(selector);
if (!User) {
throw new Meteor.Error('user-not-found', `Could not find ${userId} in ${meetingId}: cannot complete userLeaving`);
Logger.info(`Skipping userLeaving. Could not find ${userId} in ${meetingId}`);
}
// If the current user connection is not the same that triggered the leave we skip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment