Merge branch 'soon' into staging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user