fix(mentioning): change default, adapt settings control to checkbox

This commit is contained in:
Sabe Jones
2019-03-01 07:05:06 -06:00
parent 5e50e98738
commit 4a66e2fbe0
3 changed files with 22 additions and 7 deletions

View File

@@ -460,7 +460,7 @@ let schema = new Schema({
reverseChatOrder: {$type: Boolean, default: false},
background: String,
displayInviteToPartyWhenPartyIs1: {$type: Boolean, default: true},
searchableUsername: {$type: Boolean, default: true},
searchableUsername: {$type: Boolean, default: false},
webhooks: {$type: Schema.Types.Mixed, default: () => {
return {};
}},