summaryrefslogtreecommitdiffstats
path: root/sandstorm.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandstorm.js')
-rw-r--r--sandstorm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandstorm.js b/sandstorm.js
index d6d25713..dbf984d8 100644
--- a/sandstorm.js
+++ b/sandstorm.js
@@ -236,12 +236,14 @@ if (isSandstorm && Meteor.isServer) {
const isAdmin = permissions.indexOf('configure') > -1;
const isCommentOnly = false;
const isNoComments = false;
+ const isWorker = false;
const permissionDoc = {
userId,
isActive,
isAdmin,
isNoComments,
isCommentOnly,
+ isWorker,
};
const boardMembers = Boards.findOne(sandstormBoard._id).members;