From 8e1d9f0a7d5c79f0723130d29edcbb87814d4361 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 5 May 2021 21:12:49 -0700 Subject: [PATCH] fix: Welcome collection should be visible to all by default --- server/models/Team.js | 1 + 1 file changed, 1 insertion(+) 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