Merge branch 'soon' into staging

This commit is contained in:
ansuz
2019-11-08 09:31:38 -05:00
5 changed files with 55 additions and 3 deletions

View File

@@ -101,6 +101,12 @@ define([
path: p
});
});
proxy.on('disconnect', function () {
team.offline = true;
});
proxy.on('reconnect', function (info) {
team.offline = false;
});
};
var closeTeam = function (ctx, teamId) {