starts implementing scoreTask

This commit is contained in:
Matteo Pagliazzi
2015-12-06 18:03:51 +01:00
parent 66a675c5b0
commit af1946dd7c
2 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ export let schema = new Schema({
toolbarCollapsed: {type: Boolean, default: false},
background: String,
displayInviteToPartyWhenPartyIs1: {type: Boolean, default: true},
webhooks: {type: Schema.Types.Mixed, default: {}},
webhooks: {type: Schema.Types.Mixed, default: {}}, // TODO array? and proper controller... unless VersionError becomes problematic
// For the following fields make sure to use strict comparison when searching for falsey values (=== false)
// As users who didn't login after these were introduced may have them undefined/null
emailNotifications: {