Browse Source

hotfix to user add

Ryan Helsing 8 years ago
parent
commit
e9bc5eaac5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/boards.js

+ 1 - 0
models/boards.js

@@ -314,6 +314,7 @@ Boards.mutations({
           userId: memberId,
           isAdmin: false,
           isActive: true,
+          isCommentOnly: false,
         },
       },
     };