mirror of https://github.com/xwiki-labs/cryptpad
create the 'what is cryptpad' pad as owned when you register
This commit is contained in:
parent
6f9d438d4d
commit
9f9bce7ac5
|
@ -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 ],
|
||||
},
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue