From d1f159cdb483528768866fa8c27e04384a35e972 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 25 Aug 2015 11:45:17 -0700 Subject: [PATCH] Also send the restoreKey for the backup done webhook --- src/webhooks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webhooks.js b/src/webhooks.js index dc3efc440..d90111fc9 100644 --- a/src/webhooks.js +++ b/src/webhooks.js @@ -25,6 +25,7 @@ function backupDone(filename, app, appBackupIds, callback) { var url = config.apiServerOrigin() + '/api/v1/boxes/' + config.fqdn() + '/backupDone'; var data = { boxVersion: config.version(), + restoreKey: filename, appId: app ? app.id : null, appVersion: app ? app.manifest.version : null, appBackupIds: appBackupIds