mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(mentioning): change default, adapt settings control to checkbox
This commit is contained in:
@@ -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 {};
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user