create the 'what is cryptpad' pad as owned when you register

This commit is contained in:
ansuz 2019-09-09 18:02:08 +02:00
parent 6f9d438d4d
commit 9f9bce7ac5

View file

@ -642,8 +642,13 @@ define([
href: href, href: href,
channel: channel, channel: channel,
title: data.driveReadmeTitle, title: data.driveReadmeTitle,
owners: [ store.proxy.edPublic ],
}; };
Store.addPad(clientId, fileData, cb); Store.addPad(clientId, fileData, cb);
}, {
metadata: {
owners: [ store.proxy.edPublic ],
},
}); });
}); });
}; };