Add user preferences item for auto_prefetch
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-10-28 23:48:31 -05:00
parent f273fc5d9b
commit 6c6f932bdb
3 changed files with 9 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ class User extends AuthUser {
// other schema fields here
preferences: {
dark_mode: { type: Boolean, default: false },
auto_prefetch: { type: Boolean, default: false },
default_page: String,
},
}}