Add the drive channel to support tickets

This commit is contained in:
yflory 2021-01-19 14:57:26 +01:00
parent 5ca7247304
commit 5a104eaa58
2 changed files with 2 additions and 0 deletions

View file

@ -600,6 +600,7 @@ define([
thumbnails: disableThumbnails === false,
isDriveOwned: Boolean(Util.find(store, ['driveMetadata', 'owners'])),
support: Util.find(store.proxy, ['mailboxes', 'support', 'channel']),
driveChannel: store.driveChannel,
pendingFriends: store.proxy.friends_pending || {},
supportPrivateKey: Util.find(store.proxy, ['mailboxes', 'supportadmin', 'keys', 'curvePrivate']),
accountName: store.proxy.login_name || '',

View file

@ -22,6 +22,7 @@ define([
data.sender = {
name: user.name,
drive: privateData.driveChannel,
channel: privateData.support,
curvePublic: user.curvePublic,
edPublic: privateData.edPublic,