|
|
@ -600,6 +600,7 @@ define([
|
|
|
|
thumbnails: disableThumbnails === false,
|
|
|
|
thumbnails: disableThumbnails === false,
|
|
|
|
isDriveOwned: Boolean(Util.find(store, ['driveMetadata', 'owners'])),
|
|
|
|
isDriveOwned: Boolean(Util.find(store, ['driveMetadata', 'owners'])),
|
|
|
|
support: Util.find(store.proxy, ['mailboxes', 'support', 'channel']),
|
|
|
|
support: Util.find(store.proxy, ['mailboxes', 'support', 'channel']),
|
|
|
|
|
|
|
|
driveChannel: store.driveChannel,
|
|
|
|
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']),
|
|
|
|
accountName: store.proxy.login_name || '',
|
|
|
|
accountName: store.proxy.login_name || '',
|
|
|
|