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

pull/1/head
ansuz 5 years ago
parent 6f9d438d4d
commit 9f9bce7ac5

@ -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 ],
},
}); });
}); });
}; };

Loading…
Cancel
Save