|
|
@ -575,7 +575,8 @@ define([
|
|
|
|
support: Util.find(store.proxy, ['mailboxes', 'support', 'channel']),
|
|
|
|
support: Util.find(store.proxy, ['mailboxes', 'support', 'channel']),
|
|
|
|
pendingFriends: store.proxy.friends_pending || {},
|
|
|
|
pendingFriends: store.proxy.friends_pending || {},
|
|
|
|
supportPrivateKey: Util.find(store.proxy, ['mailboxes', 'supportadmin', 'keys', 'curvePrivate']),
|
|
|
|
supportPrivateKey: Util.find(store.proxy, ['mailboxes', 'supportadmin', 'keys', 'curvePrivate']),
|
|
|
|
teams: teams
|
|
|
|
teams: teams,
|
|
|
|
|
|
|
|
plan: account.plan
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
cb(JSON.parse(JSON.stringify(metadata)));
|
|
|
|
cb(JSON.parse(JSON.stringify(metadata)));
|
|
|
|