diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-05 08:07:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-05 08:07:09 +0900 |
| commit | cb0d237b6a70ad118d3511930ef6cb1bca91cd76 (patch) | |
| tree | 967f723d292f34cd9c04a20710e21403cb672c45 /src/api/private | |
| parent | #304 (diff) | |
| download | sharkey-cb0d237b6a70ad118d3511930ef6cb1bca91cd76.tar.gz sharkey-cb0d237b6a70ad118d3511930ef6cb1bca91cd76.tar.bz2 sharkey-cb0d237b6a70ad118d3511930ef6cb1bca91cd76.zip | |
#1183
Diffstat (limited to 'src/api/private')
| -rw-r--r-- | src/api/private/signup.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/api/private/signup.ts b/src/api/private/signup.ts index 19e3314756..1e3e9fb45f 100644 --- a/src/api/private/signup.ts +++ b/src/api/private/signup.ts @@ -132,7 +132,9 @@ export default async (req: express.Request, res: express.Response) => { location: null, weight: null }, - settings: {}, + settings: { + auto_watch: true + }, client_settings: { home: homeData, show_donation: false |