Parcourir la source

Merge pull request #952 from rhelsing/comment-hotfix

hotfix to user add isCommentOnly
Lauri Ojansivu il y a 8 ans
Parent
commit
9d95a7ed4d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,
         },
       },
     };