mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
fix(members): include classSelected flag in public fields
This commit is contained in:
parent
a64fed97ac
commit
8a27524fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ require('./methods');
|
|||
// A list of publicly accessible fields (not everything from preferences because there are also a lot of settings tha should remain private)
|
||||
export let publicFields = `preferences.size preferences.hair preferences.skin preferences.shirt
|
||||
preferences.chair preferences.costume preferences.sleep preferences.background preferences.tasks profile stats
|
||||
achievements party backer contributor auth.timestamps items inbox.optOut loginIncentives`;
|
||||
achievements party backer contributor auth.timestamps items inbox.optOut loginIncentives flags.classSelected`;
|
||||
|
||||
// The minimum amount of data needed when populating multiple users
|
||||
export let nameFields = 'profile.name';
|
||||
|
|
|
|||
Loading…
Reference in a new issue