mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(teams): user preference toggle for mirroring
This commit is contained in:
@@ -582,6 +582,7 @@ export default new Schema({
|
||||
tasks: {
|
||||
groupByChallenge: { $type: Boolean, default: false }, // @TODO remove? not used
|
||||
confirmScoreNotes: { $type: Boolean, default: false }, // @TODO remove? not used
|
||||
mirrorGroupTasks: { $type: Boolean, default: false },
|
||||
},
|
||||
improvementCategories: {
|
||||
$type: Array,
|
||||
|
||||
Reference in New Issue
Block a user