diff --git a/server/models/Team.js b/server/models/Team.js index 04f8e4d21..12929ebb1 100644 --- a/server/models/Team.js +++ b/server/models/Team.js @@ -164,6 +164,7 @@ Team.prototype.provisionFirstCollection = async function (userId) { teamId: this.id, createdById: userId, sort: Collection.DEFAULT_SORT, + permission: "read_write", }); // For the first collection we go ahead and create some intitial documents to get