From 9f9bce7ac519919cc8c453f619b80d40c81671fb Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 9 Sep 2019 18:02:08 +0200 Subject: [PATCH] create the 'what is cryptpad' pad as owned when you register --- www/common/outer/async-store.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 2b301b20b..beae6a523 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -642,8 +642,13 @@ define([ href: href, channel: channel, title: data.driveReadmeTitle, + owners: [ store.proxy.edPublic ], }; Store.addPad(clientId, fileData, cb); + }, { + metadata: { + owners: [ store.proxy.edPublic ], + }, }); }); };