Add Team module

This commit is contained in:
yflory
2019-09-04 16:37:52 +02:00
parent 1a8f47d558
commit 3745bb76dc
2 changed files with 128 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ define([
'/common/outer/onlyoffice.js',
'/common/outer/mailbox.js',
'/common/outer/profile.js',
'/common/outer/team.js',
'/common/outer/network-config.js',
'/customize/application_config.js',
@@ -24,7 +25,7 @@ define([
'/bower_components/nthen/index.js',
'/bower_components/saferphore/index.js',
], function (Sortify, UserObject, ProxyManager, Migrate, Hash, Util, Constants, Feedback, Realtime, Messaging, Messenger,
Cursor, OnlyOffice, Mailbox, Profile, NetConfig, AppConfig,
Cursor, OnlyOffice, Mailbox, Profile, Team, NetConfig, AppConfig,
Crypto, ChainPad, CpNetflux, Listmap, nThen, Saferphore) {
var create = function () {
@@ -1880,6 +1881,7 @@ define([
loadCursor();
loadOnlyOffice();
loadUniversal(Profile, 'profile', waitFor);
loadUniversal(Team, 'team', waitFor);
cleanFriendRequests();
}).nThen(function () {
arePinsSynced(function (err, yes) {