Join a team from a link

This commit is contained in:
yflory
2019-12-18 11:35:39 +01:00
parent 3d1b3b5d18
commit 400b39d46a
4 changed files with 58 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ define([
var to = setTimeout(function () {
cb(new Error("Timeout"));
}, 5000);
}, 15000);
Realtime.whenRealtimeSyncs(realtime, function () {
clearTimeout(to);